/aosp14/frameworks/base/tools/bit/ |
H A D | aapt.cpp | 112 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 D | api.go | 131 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 D | SysUISingleton.java | 24 import javax.inject.Scope; 31 @Scope
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/dagger/ |
H A D | KeyguardBouncerScope.java | 24 import javax.inject.Scope; 31 @Scope
|
H A D | KeyguardStatusBarViewScope.java | 24 import javax.inject.Scope; 31 @Scope
|
H A D | KeyguardStatusViewScope.java | 24 import javax.inject.Scope; 31 @Scope
|
H A D | KeyguardUserSwitcherScope.java | 24 import javax.inject.Scope; 31 @Scope
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/dagger/ |
H A D | WMSingleton.java | 24 import javax.inject.Scope; 31 @Scope
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/dagger/ |
H A D | DozeScope.java | 24 import javax.inject.Scope; 31 @Scope
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/dagger/ |
H A D | QSScope.java | 24 import javax.inject.Scope; 31 @Scope
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/fragment/dagger/ |
H A D | StatusBarFragmentScope.java | 24 import javax.inject.Scope; 31 @Scope
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/dagger/ |
H A D | NotificationRowScope.java | 24 import javax.inject.Scope; 31 @Scope
|
/aosp14/frameworks/base/tools/lint/framework/checks/src/main/java/com/google/android/lint/ |
H A D | CallingIdentityTokenDetector.kt | 27 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 D | SlowUserQueryDetector.kt | 24 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 D | DemotingTestWithoutBugDetector.kt | 25 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 D | NavigationBarComponent.java | 31 import javax.inject.Scope; 61 @Scope
|
/aosp14/frameworks/base/packages/SystemUI/checks/tests/com/android/internal/systemui/lint/ |
H A D | DemotingTestWithoutBugDetectorTest.kt | 23 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 D | DreamMediaEntryComplicationComponent.java | 35 import javax.inject.Scope; 53 @Scope
|
H A D | DreamClockTimeComplicationComponent.kt | 31 import javax.inject.Scope 42 @Scope
|
H A D | ComplicationModule.java | 36 import javax.inject.Scope; 51 @Scope
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/dagger/ |
H A D | CoordinatorsModule.kt | 28 import javax.inject.Scope 64 @Scope
|
/aosp14/frameworks/base/tools/lint/global/checks/src/main/java/com/google/android/lint/aidl/ |
H A D | EnforcePermissionHelperDetector.kt | 25 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 D | CentralSurfacesComponent.java | 37 import javax.inject.Scope; 67 @Scope
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/dream/dagger/ |
H A D | MediaComplicationComponent.java | 38 import javax.inject.Scope; 52 @Scope
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/dagger/ |
H A D | DreamOverlayComponent.java | 42 import javax.inject.Scope; 67 @Scope
|