Searched refs:ACTION_REPORT_SCOPES (Results 1 – 2 of 2) sorted by relevance
43 private static final String ACTION_REPORT_SCOPES = "com.android.cts.delegate.report_scopes"; field in DelegatedScopesReceiverActivity100 intent.setAction(ACTION_REPORT_SCOPES); in sendScopeReportBroadcast()
58 private static final String ACTION_REPORT_SCOPES = "com.android.cts.delegate.report_scopes"; field in DelegationTest70 if (ACTION_REPORT_SCOPES.equals(intent.getAction())) {90 filter.addAction(ACTION_REPORT_SCOPES); in setUp()