Home
last modified time | relevance | path

Searched refs:scopes (Results 1 – 25 of 40) sorted by relevance

12

/aosp12/system/timezone/input_tools/android/common/src/main/java/com/android/libcore/timezone/util/
H A DErrors.java39 private final LinkedList<String> scopes = new LinkedList<>(); field in Errors
46 scopes.add(name); in pushScope()
50 return scopes.removeLast(); in popScope()
117 messages.add(scopes.toString() + ": " + msg); in addMessage()
/aosp12/packages/services/Car/tests/BugReportApp/libs/
H A Dgoogle-oauth-client-1.30.1.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/ ...
H A Dgoogle-api-client-1.30.2.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/ ...
H A Dgoogle-api-client-android-1.30.2.jar ... .content.Context context java.util.Collection scopes String scopesStr public static com.google.api. ...
/aosp12/packages/apps/Car/DebuggingRestrictionController/libs/
H A Dgoogle-oauth-client-1.31.0.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/ ...
H A Dgoogle-api-client-1.30.10.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/ ...
/aosp12/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyData.java231 final List<String> scopes = policyData.mDelegationMap.valueAt(i); in store() local
234 for (String scope : scopes) { in store()
498 List<String> scopes = policy.mDelegationMap.get(delegatePackage); in load() local
500 if (scopes == null) { in load()
501 scopes = new ArrayList<>(); in load()
502 policy.mDelegationMap.put(delegatePackage, scopes); in load()
505 if (!scopes.contains(scope)) { in load()
506 scopes.add(scope); in load()
H A DDevicePolicyManagerService.java6249 int targetSdk, List<String> scopes) {
6255 if (scopes.size() == 1 && scopes.get(0).equals(DELEGATION_CERT_INSTALL)) {
6259 if (scopes.isEmpty()) {
6315 if (!scopes.isEmpty()) {
6398 return scopes == null ? Collections.EMPTY_LIST : scopes;
6508 if (scopes != null && scopes.contains(scope)) {
6540 return scopes != null && scopes.contains(scope);
6562 if (scopes == null) {
6563 scopes = new ArrayList<>();
6565 if (!scopes.contains(scope)) {
[all …]
/aosp12/build/soong/scripts/
H A Dgen-java-current-api-files.sh27 scopes=("" "$@")
/aosp12/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/
H A DToolbarTitleLiveData.java33 import dagger.hilt.android.scopes.ViewModelScoped;
/aosp12/packages/apps/Car/Dialer/src/com/android/car/dialer/inject/
H A DHfpDataModules.java44 import dagger.hilt.android.scopes.ActivityRetainedScoped;
/aosp12/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/warning/
H A DBluetoothErrorStringLiveData.java38 import dagger.hilt.android.scopes.ViewModelScoped;
/aosp12/packages/apps/Car/Dialer/src/com/android/car/dialer/telecom/
H A DInCallRouter.java38 import dagger.hilt.android.scopes.ServiceScoped;
H A DLocalCallHandler.java43 import dagger.hilt.android.scopes.ViewModelScoped;
/aosp12/packages/apps/TV/libs/m2/
H A Ddagger-android-processor-2.23.jarjava/dagger/android/processor/META-INF/gradle/incremental.annotation.processors ...
H A Ddagger-compiler-2.23.jarjava/dagger/internal/codegen/META-INF/gradle/incremental.annotation.processors ...
H A Ddagger-spi-2.23.jardagger/spi/package-info.class package-info.java package dagger.spi abstract ...
/aosp12/build/soong/cmd/pom2mk/
H A Dpom2mk.go178 func (p Pom) MkDeps(typeExt string, scopes []string) []string {
185 if d.Type != typeExt || !InList(d.Scope, scopes) {
/aosp12/build/soong/cmd/pom2bp/
H A Dpom2bp.go274 func (p Pom) BpDeps(typeExt string, scopes []string) []string {
277 if d.Type != typeExt || !InList(d.Scope, scopes) {
/aosp12/build/soong/java/
H A Dsdk_library.go874 var scopes []string
877 scopes = append(scopes, s.name)
880 …i scope %s from %s but it only has %q available", apiScope.name, c.module.BaseModuleName(), scopes)
/aosp12/frameworks/base/core/java/android/app/admin/
H A DIDevicePolicyManager.aidl209 … void setDelegatedScopes(in ComponentName who, in String delegatePackage, in List<String> scopes); in setDelegatedScopes() argument
H A DDevicePolicyManager.java6834 @NonNull List<String> scopes) { in setDelegatedScopes() argument
6838 mService.setDelegatedScopes(admin, delegatePackage, scopes); in setDelegatedScopes()
/aosp12/frameworks/wilhelm/doc/
H A DDoxyfile194 # scopes will look different, etc.
379 # will show members with their full class and namespace scopes in the
/aosp12/packages/apps/LegacyCamera/jni/feature_mos/doc/
H A Dfeature_mos_API_doxyfile204 # scopes will look different, etc.
389 # will show members with their full class and namespace scopes in the
/aosp12/packages/apps/LegacyCamera/jni/feature_stab/doc/
H A Ddbreg_API_doxyfile204 # scopes will look different, etc.
389 # will show members with their full class and namespace scopes in the

12