HomeSort by relevance Sort by last modified time
    Searched refs:ACTION_RUNNING (Results 1 - 2 of 2) sorted by null

  /cts/hostsidetests/devicepolicy/app/DelegateApp/src/com/android/cts/delegate/
DelegatedScopesReceiverActivity.java 48 private static final String ACTION_RUNNING = "com.android.cts.delegate.running";
107 intent.setAction(ACTION_RUNNING);
  /cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DelegationTest.java 51 private static final String ACTION_RUNNING = "com.android.cts.delegate.running";
67 } else if (ACTION_RUNNING.equals(intent.getAction())) {
83 filter.addAction(ACTION_RUNNING);

Completed in 399 milliseconds