Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DPersistentIntentResolvingTest.java26 static final String EXAMPLE_ACTION = "com.android.cts.deviceandprofileowner.EXAMPLE_ACTION"; field in PersistentIntentResolvingTest
115 Intent exampleIntent = new Intent(EXAMPLE_ACTION); in sendExampleIntent()
122 filter.addAction(EXAMPLE_ACTION); in addPersistentPreferredActivity()
DExampleIntentReceivingActivity2.java29 if (getIntent().getAction().equals(PersistentIntentResolvingTest.EXAMPLE_ACTION)) { in onCreate()
DExampleIntentReceivingActivity1.java29 if (getIntent().getAction().equals(PersistentIntentResolvingTest.EXAMPLE_ACTION)) { in onCreate()