HomeSort by relevance Sort by last modified time
    Searched refs:WakeUpCall (Results 1 - 4 of 4) sorted by null

  /frameworks/testing/uiautomator/utils/SleepUtils/AlarmService/src/com/android/testing/alarmservice/
WakeUpCall.java 27 public class WakeUpCall extends BroadcastReceiver {
AlarmImpl.java 52 Intent wakupIntent = new Intent(WakeUpCall.WAKEUP_CALL);
  /frameworks/testing/uiautomator/utils/SleepUtils/WakeLoopService/src/android/test/wakeuploop/
WakeLoopService.java 78 Intent wakupIntent = new Intent(WakeUpCall.WAKEUP_CALL)
94 Intent intent = new Intent(WakeUpCall.WAKEUP_CALL)
95 .putExtra(WakeUpCall.CANCEL, "true");
WakeUpCall.java 39 public class WakeUpCall extends BroadcastReceiver {
40 private static final String LOG_TAG = WakeUpCall.class.getSimpleName();

Completed in 194 milliseconds