/aosp14/frameworks/base/packages/SystemUI/checks/tests/com/android/internal/systemui/lint/ |
H A D | SoftwareBitmapDetectorTest.kt | 112 private val stubs = androidStubs regex
|
H A D | StaticSettingsProviderDetectorTest.kt | 236 private val stubs = androidStubs regex
|
H A D | NonInjectedServiceDetectorTest.kt | 151 private val stubs = androidStubs regex
|
H A D | SlowUserQueryDetectorTest.kt | 185 private val stubs = androidStubs regex
|
H A D | NonInjectedMainThreadDetectorTest.kt | 153 private val stubs = androidStubs regex
|
H A D | BroadcastSentViaContextDetectorTest.kt | 211 private val stubs = androidStubs regex
|
H A D | RegisterReceiverViaContextDetectorTest.kt | 167 private val stubs = androidStubs regex
|
H A D | BindServiceOnMainThreadDetectorTest.kt | 229 private val stubs = androidStubs regex
|
H A D | DemotingTestWithoutBugDetectorTest.kt | 319 private val stubs = regex
|
H A D | DumpableNotRegisteredDetectorTest.kt | 320 private val stubs = regex
|
/aosp14/frameworks/base/tools/lint/global/checks/src/test/java/com/google/android/lint/aidl/ |
H A D | EnforcePermissionDetectorCodegenTest.kt | 556 private val stubs = arrayOf(manifestPermissionStub, enforcePermissionAnnotationStub) regex
|
H A D | EnforcePermissionHelperDetectorCodegenTest.kt | 556 private val stubs = arrayOf(manifestPermissionStub, enforcePermissionAnnotationStub) regex
|
H A D | EnforcePermissionDetectorTest.kt | 420 private val stubs = arrayOf(interfaceIFooMethodStub, interfaceIBarStub, regex
|
H A D | EnforcePermissionHelperDetectorTest.kt | 438 val stubs = arrayOf(aidlStub, contextStub, binderStub) regex
|
H A D | SimpleManualPermissionEnforcementDetectorTest.kt | 835 val stubs = arrayOf( regex
|
/aosp14/frameworks/base/tools/lint/framework/checks/src/test/java/com/google/android/lint/ |
H A D | CallingSettingsNonUserGetterMethodsIssueDetectorTest.kt | 213 private val stubs = arrayOf(SettingsStub) regex
|
H A D | PackageVisibilityDetectorTest.kt | 266 private val stubs = arrayOf(contextStub, appOpsManagerStub, packageManagerStub, regex
|
H A D | CallingIdentityTokenDetectorTest.kt | 863 private val stubs = arrayOf(binderStub, userHandleStub, userIdIntStub, appIdIntStub) regex
|