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.java52 private static final String ACTION_JUST_CREATE = field in IntentReceiverActivity
106 } else if (ACTION_JUST_CREATE.equals(action)) { in onCreate()
/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
DLockTaskTest.java45 private static final String ACTION_JUST_CREATE = field in LockTaskTest
449 intent.setAction(ACTION_JUST_CREATE); in getIntentReceivingActivityIntent()