Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DPersistentIntentResolvingTest.java38 filter.addAction(ExampleIntentReceivingActivity2.CONFIRM_ACTION); in setUp()
105 } else if (intent.getAction().equals(ExampleIntentReceivingActivity2 in onReceive()
125 ExampleIntentReceivingActivity2.class.getName()); in addPersistentPreferredActivity()
DExampleIntentReceivingActivity2.java23 public class ExampleIntentReceivingActivity2 extends Activity { class