Home
last modified time | relevance | path

Searched refs:RECEIVER_ACTIVITY_CREATED_ACTION (Results 1 – 2 of 2) sorted by relevance

/cts/hostsidetests/devicepolicy/app/IntentReceiver/src/com/android/cts/intent/receiver/
DIntentReceiverActivity.java63 private static final String RECEIVER_ACTIVITY_CREATED_ACTION = field in IntentReceiverActivity
141 sendBroadcast(new Intent(RECEIVER_ACTIVITY_CREATED_ACTION)); in onCreate()
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DLockTaskTest.java66 private static final String RECEIVER_ACTIVITY_CREATED_ACTION = field in LockTaskTest
114 } else if (RECEIVER_ACTIVITY_CREATED_ACTION.equals(action)) {
152 filter.addAction(RECEIVER_ACTIVITY_CREATED_ACTION); in setUp()