Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DPersistentIntentResolvingTest.java37 filter.addAction(ExampleIntentReceivingActivity1.CONFIRM_ACTION); in setUp()
101 if (intent.getAction().equals(ExampleIntentReceivingActivity1.CONFIRM_ACTION)) { in onReceive()
DExampleIntentReceivingActivity1.java23 public class ExampleIntentReceivingActivity1 extends Activity { class