Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
DLockTaskTest.java52 public static final String RECEIVING_ACTIVITY_CREATED_ACTION field in LockTaskTest
92 } else if (RECEIVING_ACTIVITY_CREATED_ACTION.equals(action)) {
105 sendBroadcast(new Intent(RECEIVING_ACTIVITY_CREATED_ACTION)); in onCreate()
131 filter.addAction(RECEIVING_ACTIVITY_CREATED_ACTION); in setUp()
/cts/hostsidetests/devicepolicy/app/IntentReceiver/src/com/android/cts/intent/receiver/
DIntentReceiverActivity.java55 public static final String RECEIVING_ACTIVITY_CREATED_ACTION field in IntentReceiverActivity
107 sendBroadcast(new Intent(RECEIVING_ACTIVITY_CREATED_ACTION)); in onCreate()