blob: 5fae519f6566ca54d9d60f8cef593a8c83c4cd30 [file] [log] [blame]
package com.android.server.wifi.hotspot2;
public interface AlarmHandler {
public void wake(Object token);
}