Home
last modified time | relevance | path

Searched refs:Scope (Results 1 – 25 of 50) sorted by relevance

12

/aosp14/frameworks/base/tools/bit/
H A Daapt.cpp112 struct Scope { struct
113 Scope* parent; argument
117 Scope(Scope* parent, int depth); argument
120 Scope::Scope(Scope* p, int d) in Scope() function in Scope
175 Scope* scope = new Scope(NULL, -1); in inspect_apk()
186 Scope* tmp = scope; in inspect_apk()
190 scope = new Scope(scope, depth); in inspect_apk()
234 Scope* tmp = scope; in inspect_apk()
/aosp14/frameworks/base/api/
H A Dapi.go131 Scope string member
141 if txt.Scope != "public" {
142 filename = txt.Scope + "-" + filename
158 Dir: proptools.StringPtr("apistubs/android/" + txt.Scope + "/api"),
300 Scope: "public",
308 Scope: "system",
316 Scope: "module-lib",
324 Scope: "system-server",
362 Scope bazel.StringAttribute member
394 Scope: scope,
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/dagger/
H A DSysUISingleton.java24 import javax.inject.Scope;
31 @Scope
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/dagger/
H A DKeyguardBouncerScope.java24 import javax.inject.Scope;
31 @Scope
H A DKeyguardStatusBarViewScope.java24 import javax.inject.Scope;
31 @Scope
H A DKeyguardStatusViewScope.java24 import javax.inject.Scope;
31 @Scope
H A DKeyguardUserSwitcherScope.java24 import javax.inject.Scope;
31 @Scope
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/dagger/
H A DWMSingleton.java24 import javax.inject.Scope;
31 @Scope
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/dagger/
H A DDozeScope.java24 import javax.inject.Scope;
31 @Scope
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/dagger/
H A DQSScope.java24 import javax.inject.Scope;
31 @Scope
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/fragment/dagger/
H A DStatusBarFragmentScope.java24 import javax.inject.Scope;
31 @Scope
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/dagger/
H A DNotificationRowScope.java24 import javax.inject.Scope;
31 @Scope
/aosp14/frameworks/base/tools/lint/framework/checks/src/main/java/com/google/android/lint/
H A DCallingIdentityTokenDetector.kt27 import com.android.tools.lint.detector.api.Scope
412 Scope.JAVA_FILE_SCOPE
439 Scope.JAVA_FILE_SCOPE
464 Scope.JAVA_FILE_SCOPE
514 Scope.JAVA_FILE_SCOPE
558 Scope.JAVA_FILE_SCOPE
598 Scope.JAVA_FILE_SCOPE
638 Scope.JAVA_FILE_SCOPE
/aosp14/frameworks/base/packages/SystemUI/checks/src/com/android/internal/systemui/lint/
H A DSlowUserQueryDetector.kt24 import com.android.tools.lint.detector.api.Scope
84 Implementation(SlowUserQueryDetector::class.java, Scope.JAVA_FILE_SCOPE)
102 Implementation(SlowUserQueryDetector::class.java, Scope.JAVA_FILE_SCOPE)
H A DDemotingTestWithoutBugDetector.kt25 import com.android.tools.lint.detector.api.Scope
103 EnumSet.of(Scope.JAVA_FILE, Scope.TEST_SOURCES)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
H A DNavigationBarComponent.java31 import javax.inject.Scope;
61 @Scope
/aosp14/frameworks/base/packages/SystemUI/checks/tests/com/android/internal/systemui/lint/
H A DDemotingTestWithoutBugDetectorTest.kt23 import com.android.tools.lint.detector.api.Scope
275 private val testScope = EnumSet.of(Scope.JAVA_FILE, Scope.TEST_SOURCES)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/complication/dagger/
H A DDreamMediaEntryComplicationComponent.java35 import javax.inject.Scope;
53 @Scope
H A DDreamClockTimeComplicationComponent.kt31 import javax.inject.Scope
42 @Scope
H A DComplicationModule.java36 import javax.inject.Scope;
51 @Scope
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/dagger/
H A DCoordinatorsModule.kt28 import javax.inject.Scope
64 @Scope
/aosp14/frameworks/base/tools/lint/global/checks/src/main/java/com/google/android/lint/aidl/
H A DEnforcePermissionHelperDetector.kt25 import com.android.tools.lint.detector.api.Scope
120 Scope.JAVA_FILE_SCOPE
133 Scope.JAVA_FILE_SCOPE
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/dagger/
H A DCentralSurfacesComponent.java37 import javax.inject.Scope;
67 @Scope
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/dream/dagger/
H A DMediaComplicationComponent.java38 import javax.inject.Scope;
52 @Scope
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/dagger/
H A DDreamOverlayComponent.java42 import javax.inject.Scope;
67 @Scope

12