Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DPersistentIntentResolvingTest.java37 filter.addAction(ExampleIntentReceivingActivity1.CONFIRM_ACTION); in setUp()
38 filter.addAction(ExampleIntentReceivingActivity2.CONFIRM_ACTION); in setUp()
101 if (intent.getAction().equals(ExampleIntentReceivingActivity1.CONFIRM_ACTION)) { in onReceive()
106 .CONFIRM_ACTION)) { in onReceive()
DExampleIntentReceivingActivity1.java24 static final String CONFIRM_ACTION = "com.android.cts.deviceandprofileowner.CONFIRM_1"; field in ExampleIntentReceivingActivity1
30 sendBroadcast(new Intent(CONFIRM_ACTION)); in onCreate()
DExampleIntentReceivingActivity2.java24 static final String CONFIRM_ACTION = "com.android.cts.deviceandprofileowner.CONFIRM_2"; field in ExampleIntentReceivingActivity2
30 sendBroadcast(new Intent(CONFIRM_ACTION)); in onCreate()