Searched defs:scopes (Results 1 – 12 of 12) sorted by relevance
96 final List<String> scopes = intent.getStringArrayListExtra(EXTRA_DELEGATION_SCOPES); in handleIntent() local102 private void sendScopeReportBroadcast(List<String> scopes) { in sendScopeReportBroadcast()
59 final List<String> scopes = mDpm.getDelegatedScopes(null, packageName); in amIBlockUninstallDelegate() local
69 final List<String> scopes = mDpm.getDelegatedScopes(null, packageName); in amIEnableSystemAppDelegate() local
87 final List<String> scopes = mDpm.getDelegatedScopes(null, packageName); in amIPackageAccessDelegate() local
87 final List<String> scopes = mDpm.getDelegatedScopes(null, packageName); in amIPermissionGrantDelegate() local
112 final List<String> scopes = mDpm.getDelegatedScopes(null, packageName); in amICertInstallDelegate() local
57 String[] scopes(); in scopes() method
218 String[] scopes, boolean isPrimary) { in ensureHasDelegate()
110 List<String> scopes = scopeArray == null ? new ArrayList<>() in handleIntent() local
210 protected void setDelegatedScopes(String delegatePackage, List<String> scopes) { in setDelegatedScopes()
216 protected void setDelegatedScopes(String delegatePackage, List<String> scopes) { in setDelegatedScopes()
315 final List<String> scopes = getDelegationScopes(); in testDelegation() local1831 protected void setDelegatedScopes(String packageName, List<String> scopes) in setDelegatedScopes()