Searched refs:CONFIRM_ACTION (Results 1 – 3 of 3) sorted by relevance
37 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()
24 static final String CONFIRM_ACTION = "com.android.cts.deviceandprofileowner.CONFIRM_1"; field in ExampleIntentReceivingActivity130 sendBroadcast(new Intent(CONFIRM_ACTION)); in onCreate()
24 static final String CONFIRM_ACTION = "com.android.cts.deviceandprofileowner.CONFIRM_2"; field in ExampleIntentReceivingActivity230 sendBroadcast(new Intent(CONFIRM_ACTION)); in onCreate()