Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DPersistentIntentResolvingTest.java115 Intent exampleIntent = new Intent(EXAMPLE_ACTION); in sendExampleIntent() local
116 exampleIntent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK); in sendExampleIntent()
117 mContext.startActivity(exampleIntent); in sendExampleIntent()