/frameworks/base/packages/SystemUI/checks/src/com/android/internal/systemui/lint/ |
D | SystemUIIssueRegistry.kt | 32 BindServiceOnMainThreadDetector.ISSUE, 33 BroadcastSentViaContextDetector.ISSUE, 34 CleanArchitectureDependencyViolationDetector.ISSUE, 35 CollectAsStateDetector.ISSUE, 36 DumpableNotRegisteredDetector.ISSUE, 40 NonInjectedMainThreadDetector.ISSUE, 41 RegisterReceiverViaContextDetector.ISSUE, 42 SoftwareBitmapDetector.ISSUE, 43 NonInjectedServiceDetector.ISSUE, 44 SingletonAndroidComponentDetector.ISSUE, [all …]
|
D | NonInjectedServiceDetector.kt | 47 issue = ISSUE, in visitMethodCall() 59 issue = ISSUE, in visitMethodCall() 69 val ISSUE: Issue = constant
|
D | DemotingTestWithoutBugDetector.kt | 49 context.report(ISSUE, node, location, message) in createUastHandler() 58 context.report(ISSUE, node, location, message) in createUastHandler() 87 val ISSUE: Issue = constant
|
D | SingletonAndroidComponentDetector.kt | 67 ISSUE, in isApplicableAnnotationUsage() 74 ISSUE, in isApplicableAnnotationUsage() 128 val ISSUE: Issue = constant
|
D | SoftwareBitmapDetector.kt | 47 issue = ISSUE, in visitReference() 56 val ISSUE: Issue = constant
|
D | NonInjectedMainThreadDetector.kt | 41 issue = ISSUE, in visitMethodCall() 50 val ISSUE: Issue = constant
|
D | RegisterReceiverViaContextDetector.kt | 41 issue = ISSUE, in visitMethodCall() 51 val ISSUE: Issue = constant
|
D | StaticSettingsProviderDetector.kt | 69 issue = ISSUE, in visitMethodCall() 77 val ISSUE: Issue = constant
|
D | BroadcastSentViaContextDetector.kt | 55 issue = ISSUE, in visitMethodCall() 65 val ISSUE: Issue = constant
|
D | CollectAsStateDetector.kt | 55 issue = ISSUE, in <lambda>() 65 val ISSUE = in <lambda>() constant
|
D | BindServiceOnMainThreadDetector.kt | 62 issue = ISSUE, in <lambda>() 74 val ISSUE: Issue = in <lambda>() constant
|
/frameworks/base/packages/SystemUI/checks/tests/com/android/internal/systemui/lint/ |
D | DumpableNotRegisteredDetectorTest.kt | 27 override fun getIssues(): List<Issue> = listOf(DumpableNotRegisteredDetector.ISSUE) in getDetector() 44 .issues(DumpableNotRegisteredDetector.ISSUE) in getDetector() 75 .issues(DumpableNotRegisteredDetector.ISSUE) in classIsDumpable_andRegisterIsCalled_noViolation() 106 .issues(DumpableNotRegisteredDetector.ISSUE) in classIsDumpable_andRegisterNormalIsCalled_noViolation() 137 .issues(DumpableNotRegisteredDetector.ISSUE) in classIsDumpable_andRegisterCriticalIsCalled_noViolation() 162 .issues(DumpableNotRegisteredDetector.ISSUE) in classIsDumpable_noRegister_violation() 199 .issues(DumpableNotRegisteredDetector.ISSUE) in classIsDumpable_usesNotDumpManagerMethod_violation() 237 .issues(DumpableNotRegisteredDetector.ISSUE) in classIsDumpableAndCoreStartable_noRegister_noViolation() 264 .issues(DumpableNotRegisteredDetector.ISSUE) in classIsAbstract_noRegister_noViolation()
|
D | DemotingTestWithoutBugDetectorTest.kt | 30 override fun getIssues(): List<Issue> = listOf(DemotingTestWithoutBugDetector.ISSUE) in getDetector() 51 .issues(DemotingTestWithoutBugDetector.ISSUE) in getDetector() 72 .issues(DemotingTestWithoutBugDetector.ISSUE) in getDetector() 96 .issues(DemotingTestWithoutBugDetector.ISSUE) in testMarkFlaky_withoutBugId() 124 .issues(DemotingTestWithoutBugDetector.ISSUE) in testMarkFlaky_withoutBugId() 155 .issues(DemotingTestWithoutBugDetector.ISSUE) in testExcludeDevices_withBugId() 179 .issues(DemotingTestWithoutBugDetector.ISSUE) in testExcludeDevices_withoutBugId() 210 .issues(DemotingTestWithoutBugDetector.ISSUE) in testIgnore_withBug() 234 .issues(DemotingTestWithoutBugDetector.ISSUE) in testIgnore_withoutBug() 262 .issues(DemotingTestWithoutBugDetector.ISSUE) in testIgnore_withoutBug()
|
D | BroadcastSentViaContextDetectorTest.kt | 28 override fun getIssues(): List<Issue> = listOf(BroadcastSentViaContextDetector.ISSUE) in getDetector() 50 .issues(BroadcastSentViaContextDetector.ISSUE) in getDetector() 83 .issues(BroadcastSentViaContextDetector.ISSUE) in testSendBroadcastAsUser() 117 .issues(BroadcastSentViaContextDetector.ISSUE) in testSendBroadcastInActivity() 152 .issues(BroadcastSentViaContextDetector.ISSUE) in testSuppressSendBroadcastInActivity() 179 .issues(BroadcastSentViaContextDetector.ISSUE) in testSendBroadcastInBroadcastSender() 204 .issues(BroadcastSentViaContextDetector.ISSUE) in testNoopIfNoCall()
|
D | BindServiceOnMainThreadDetectorTest.kt | 28 override fun getIssues(): List<Issue> = listOf(BindServiceOnMainThreadDetector.ISSUE) in getDetector() 52 .issues(BindServiceOnMainThreadDetector.ISSUE) in getDetector() 87 .issues(BindServiceOnMainThreadDetector.ISSUE) in testBindServiceAsUser() 119 .issues(BindServiceOnMainThreadDetector.ISSUE) in testUnbindService() 152 .issues(BindServiceOnMainThreadDetector.ISSUE) in testSuppressUnbindService() 186 .issues(BindServiceOnMainThreadDetector.ISSUE) in testWorkerMethod() 224 .issues(BindServiceOnMainThreadDetector.ISSUE) in testWorkerClass()
|
D | NonInjectedServiceDetectorTest.kt | 27 override fun getIssues(): List<Issue> = listOf(NonInjectedServiceDetector.ISSUE) in getDetector() 48 .issues(NonInjectedServiceDetector.ISSUE) in getDetector() 80 .issues(NonInjectedServiceDetector.ISSUE) in testGetServiceWithClass() 113 .issues(NonInjectedServiceDetector.ISSUE) in testSuppressGetServiceWithClass() 138 .issues(NonInjectedServiceDetector.ISSUE) in testGetAccountManager()
|
D | RegisterReceiverViaContextDetectorTest.kt | 28 override fun getIssues(): List<Issue> = listOf(RegisterReceiverViaContextDetector.ISSUE) in getDetector() 51 .issues(RegisterReceiverViaContextDetector.ISSUE) in getDetector() 85 .issues(RegisterReceiverViaContextDetector.ISSUE) in testSuppressRegisterReceiver() 112 .issues(RegisterReceiverViaContextDetector.ISSUE) in testRegisterReceiverAsUser() 146 .issues(RegisterReceiverViaContextDetector.ISSUE) in testRegisterReceiverForAllUsers()
|
D | NonInjectedMainThreadDetectorTest.kt | 28 override fun getIssues(): List<Issue> = listOf(NonInjectedMainThreadDetector.ISSUE) in getDetector() 50 .issues(NonInjectedMainThreadDetector.ISSUE) in getDetector() 83 .issues(NonInjectedMainThreadDetector.ISSUE) in testSuppressGetMainThreadHandler() 108 .issues(NonInjectedMainThreadDetector.ISSUE) in testGetMainLooper() 140 .issues(NonInjectedMainThreadDetector.ISSUE) in testGetMainExecutor()
|
D | CleanArchitectureDependencyViolationDetectorTest.kt | 33 CleanArchitectureDependencyViolationDetector.ISSUE, in getIssues() 44 CleanArchitectureDependencyViolationDetector.ISSUE, in noViolations() 69 CleanArchitectureDependencyViolationDetector.ISSUE, in violation_domainDependsOnUi() 104 CleanArchitectureDependencyViolationDetector.ISSUE, in violation_uiDependsOnData() 143 CleanArchitectureDependencyViolationDetector.ISSUE, in violation_sharedDependsOnAllOtherLayers() 184 CleanArchitectureDependencyViolationDetector.ISSUE, in violation_dataDependsOnDomain()
|
D | SingletonAndroidComponentDetectorTest.kt | 28 override fun getIssues(): List<Issue> = listOf(SingletonAndroidComponentDetector.ISSUE) in getDetector() 58 .issues(SingletonAndroidComponentDetector.ISSUE) in getDetector() 101 .issues(SingletonAndroidComponentDetector.ISSUE) in testProvidesBroadcastReceiverAsSingleton() 132 .issues(SingletonAndroidComponentDetector.ISSUE) in testMarksActivityAsSingleton() 163 .issues(SingletonAndroidComponentDetector.ISSUE) in testMarksBroadcastReceiverAsSingleton()
|
D | SoftwareBitmapDetectorTest.kt | 28 override fun getIssues(): List<Issue> = listOf(SoftwareBitmapDetector.ISSUE) in getDetector() 49 .issues(SoftwareBitmapDetector.ISSUE) in getDetector() 84 .issues(SoftwareBitmapDetector.ISSUE) in testSuppressSoftwareBitmap() 106 .issues(SoftwareBitmapDetector.ISSUE) in testHardwareBitmap()
|
D | StaticSettingsProviderDetectorTest.kt | 27 override fun getIssues(): List<Issue> = listOf(StaticSettingsProviderDetector.ISSUE) in getDetector() 89 .issues(StaticSettingsProviderDetector.ISSUE) in getDetector() 230 .issues(StaticSettingsProviderDetector.ISSUE) in testGetServiceWithString()
|
D | MissingApacheLicenseDetectorTest.kt | 32 MissingApacheLicenseDetector.ISSUE, in getIssues() 65 .issues(MissingApacheLicenseDetector.ISSUE) in testHasCopyright() 88 .issues(MissingApacheLicenseDetector.ISSUE) in testDoesntHaveCopyright()
|
D | CollectAsStateDetectorTest.kt | 32 CollectAsStateDetector.ISSUE, in getIssues() 40 .issues(CollectAsStateDetector.ISSUE) in testViolation() 57 .issues(CollectAsStateDetector.ISSUE) in testNoViolation()
|
D | TestFunctionNameViolationDetectorTest.kt | 29 override fun getIssues(): List<Issue> = listOf(TestFunctionNameViolationDetector.ISSUE) in getDetector() 65 .issues(TestFunctionNameViolationDetector.ISSUE) in getDetector()
|