OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MOCKACTION
(Results
1 - 2
of
2
) sorted by null
/cts/tests/app/app/src/android/app/stubs/
MockReceiver.java
28
public static final String
MOCKACTION
= "android.app.stubs.PendingIntentTest.TEST_RECEIVER";
41
if (sAction.equals(
MOCKACTION
)) {
/cts/tests/app/src/android/app/cts/
AlarmManagerTest.java
39
public static final String
MOCKACTION
= "android.app.AlarmManagerTest.TEST_ALARMRECEIVER";
76
// The test essentially amounts to requiring that the inexact
MOCKACTION
alarm and
91
mIntent = new Intent(
MOCKACTION
)
Completed in 68 milliseconds