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