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

  /frameworks/testing/uiautomator/utils/SleepUtils/AlarmService/src/com/android/testing/alarmservice/
WakeUpCall.java 29 public static final String WAKEUP_CALL = "com.android.testing.alarmservice.WAKEUP";
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)
WakeUpCall.java 41 static final String WAKEUP_CALL = "android.test.wakeuploop.WAKEUP";

Completed in 715 milliseconds