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.java67 public static final String RECEIVING_ACTIVITY_CREATED_ACTION field in LockTaskTest
108 } else if (RECEIVING_ACTIVITY_CREATED_ACTION.equals(action)) {
121 sendBroadcast(new Intent(RECEIVING_ACTIVITY_CREATED_ACTION)); in onCreate()
152 filter.addAction(RECEIVING_ACTIVITY_CREATED_ACTION); in setUp()
/cts/hostsidetests/devicepolicy/app/IntentReceiver/src/com/android/cts/intent/receiver/
DIntentReceiverActivity.java60 public static final String RECEIVING_ACTIVITY_CREATED_ACTION field in IntentReceiverActivity
135 sendBroadcast(new Intent(RECEIVING_ACTIVITY_CREATED_ACTION)); in onCreate()