Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/DelegateApp/src/com/android/cts/delegate/
DDelegatedScopesReceiverActivity.java51 private static final String ACTION_RUNNING = "com.android.cts.delegate.running"; field in DelegatedScopesReceiverActivity
112 intent.setAction(ACTION_RUNNING); in sendRunningBroadcast()
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DDelegationTest.java67 private static final String ACTION_RUNNING = "com.android.cts.delegate.running"; field in DelegationTest
84 } else if (ACTION_RUNNING.equals(intent.getAction())) {
100 filter.addAction(ACTION_RUNNING); in setUp()