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

  /cts/hostsidetests/devicepolicy/app/DelegateApp/src/com/android/cts/delegate/
DelegatedScopesReceiverActivity.java 43 private static final String ACTION_REPORT_SCOPES = "com.android.cts.delegate.report_scopes";
100 intent.setAction(ACTION_REPORT_SCOPES);
  /cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DelegationTest.java 50 private static final String ACTION_REPORT_SCOPES = "com.android.cts.delegate.report_scopes";
62 if (ACTION_REPORT_SCOPES.equals(intent.getAction())) {
82 filter.addAction(ACTION_REPORT_SCOPES);

Completed in 169 milliseconds