OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WAKEUP_CALL
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/tests/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/base/tests/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 212 milliseconds