Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/IntentReceiver/src/com/android/cts/intent/receiver/
DIntentReceiverActivity.java57 private static final String ACTION_JUST_CREATE = field in IntentReceiverActivity
140 } else if (ACTION_JUST_CREATE.equals(action) || ACTION_CREATE_AND_WAIT.equals(action)) { in onCreate()
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DLockTaskTest.java62 private static final String ACTION_JUST_CREATE = field in LockTaskTest
559 intent.setAction(shouldWait ? ACTION_CREATE_AND_WAIT : ACTION_JUST_CREATE); in createReceiverActivityIntent()