Searched defs:scopes (Results 1 – 6 of 6) sorted by relevance
96 final List<String> scopes = intent.getStringArrayListExtra(EXTRA_DELEGATION_SCOPES); in handleIntent() local102 private void sendScopeReportBroadcast(List<String> scopes) { in sendScopeReportBroadcast()
75 String[] scopes(); in scopes() method
108 List<String> scopes = scopeArray == null ? new ArrayList<>() in handleIntent() local
211 protected void setDelegatedScopes(String delegatePackage, List<String> scopes) { in setDelegatedScopes()
231 protected void setDelegatedScopes(String delegatePackage, List<String> scopes) { in setDelegatedScopes()
1147 protected void setDelegatedScopes(String packageName, List<String> scopes) in setDelegatedScopes()