Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/DelegateApp/src/com/android/cts/delegate/
DDelegatedScopesReceiverActivity.java43 private static final String ACTION_REPORT_SCOPES = "com.android.cts.delegate.report_scopes"; field in DelegatedScopesReceiverActivity
100 intent.setAction(ACTION_REPORT_SCOPES); in sendScopeReportBroadcast()
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DDelegationTest.java58 private static final String ACTION_REPORT_SCOPES = "com.android.cts.delegate.report_scopes"; field in DelegationTest
70 if (ACTION_REPORT_SCOPES.equals(intent.getAction())) {
90 filter.addAction(ACTION_REPORT_SCOPES); in setUp()