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.java46 private static final String ACTION_REPORT_SCOPES = "com.android.cts.delegate.report_scopes"; field in DelegatedScopesReceiverActivity
104 intent.setAction(ACTION_REPORT_SCOPES); in sendScopeReportBroadcast()
106 Log.d(TAG, "Broadcasting " + ACTION_REPORT_SCOPES + " with scopes " + scopes); in sendScopeReportBroadcast()
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DDelegationTest.java66 private static final String ACTION_REPORT_SCOPES = "com.android.cts.delegate.report_scopes"; field in DelegationTest
79 if (ACTION_REPORT_SCOPES.equals(intent.getAction())) {
99 filter.addAction(ACTION_REPORT_SCOPES); in setUp()