Home
last modified time | relevance | path

Searched refs:issues (Results 1 – 25 of 67) sorted by relevance

123

/frameworks/base/tools/lint/global/integration_tests/
Dtests.py24 issues = xml.etree.ElementTree.fromstring(report)
25 self.assertEqual(issues.tag, "issues")
26 return issues
29 issues = self._read_report("no_aidl")
30 self.assertEqual(len(issues), 1)
32 issue = issues[0]
37 issues = self._read_report("missing_annotation")
38 self.assertEqual(len(issues), 1)
40 issue = issues[0]
/frameworks/base/packages/SystemUI/checks/tests/com/android/internal/systemui/lint/
DDumpableNotRegisteredDetectorTest.kt44 .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()
DDemotingTestWithoutBugDetectorTest.kt51 .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()
DBroadcastSentViaContextDetectorTest.kt50 .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()
DBindServiceOnMainThreadDetectorTest.kt52 .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()
DFlowDetectorTest.kt48 .issues(FlowDetector.SHARED_FLOW_CREATION) in getDetector()
81 .issues(FlowDetector.SHARED_FLOW_CREATION) in createSharedFlow_viaCallToShareIn_onFlow()
120 .issues(FlowDetector.SHARED_FLOW_CREATION) in createSharedFlow_viaCallToShareIn_afterOperationChain()
161 .issues(FlowDetector.SHARED_FLOW_CREATION) in createSharedFlow_viaCallToShareIn_onStateFlow()
205 .issues(FlowDetector.SHARED_FLOW_CREATION) in createSharedFlow_viaCallToShareIn_onSharedFlow()
DSlowUserQueryDetectorTest.kt53 .issues( in getDetector()
87 .issues( in testGetUserInfo()
122 .issues( in testSuppressGetUserInfo()
149 .issues( in testUserTrackerGetUserId()
176 .issues( in testUserTrackerGetUserInfo()
DNonInjectedServiceDetectorTest.kt48 .issues(NonInjectedServiceDetector.ISSUE) in getDetector()
80 .issues(NonInjectedServiceDetector.ISSUE) in testGetServiceWithClass()
113 .issues(NonInjectedServiceDetector.ISSUE) in testSuppressGetServiceWithClass()
138 .issues(NonInjectedServiceDetector.ISSUE) in testGetAccountManager()
DRegisterReceiverViaContextDetectorTest.kt51 .issues(RegisterReceiverViaContextDetector.ISSUE) in getDetector()
85 .issues(RegisterReceiverViaContextDetector.ISSUE) in testSuppressRegisterReceiver()
112 .issues(RegisterReceiverViaContextDetector.ISSUE) in testRegisterReceiverAsUser()
146 .issues(RegisterReceiverViaContextDetector.ISSUE) in testRegisterReceiverForAllUsers()
DNonInjectedMainThreadDetectorTest.kt50 .issues(NonInjectedMainThreadDetector.ISSUE) in getDetector()
83 .issues(NonInjectedMainThreadDetector.ISSUE) in testSuppressGetMainThreadHandler()
108 .issues(NonInjectedMainThreadDetector.ISSUE) in testGetMainLooper()
140 .issues(NonInjectedMainThreadDetector.ISSUE) in testGetMainExecutor()
DCleanArchitectureDependencyViolationDetectorTest.kt43 .issues( in noViolations()
68 .issues( in violation_domainDependsOnUi()
103 .issues( in violation_uiDependsOnData()
142 .issues( in violation_sharedDependsOnAllOtherLayers()
183 .issues( in violation_dataDependsOnDomain()
DSingletonAndroidComponentDetectorTest.kt58 .issues(SingletonAndroidComponentDetector.ISSUE) in getDetector()
101 .issues(SingletonAndroidComponentDetector.ISSUE) in testProvidesBroadcastReceiverAsSingleton()
132 .issues(SingletonAndroidComponentDetector.ISSUE) in testMarksActivityAsSingleton()
163 .issues(SingletonAndroidComponentDetector.ISSUE) in testMarksBroadcastReceiverAsSingleton()
DSoftwareBitmapDetectorTest.kt49 .issues(SoftwareBitmapDetector.ISSUE) in getDetector()
84 .issues(SoftwareBitmapDetector.ISSUE) in testSuppressSoftwareBitmap()
106 .issues(SoftwareBitmapDetector.ISSUE) in testHardwareBitmap()
DStaticSettingsProviderDetectorTest.kt89 .issues(StaticSettingsProviderDetector.ISSUE) in getDetector()
230 .issues(StaticSettingsProviderDetector.ISSUE) in testGetServiceWithString()
DMissingApacheLicenseDetectorTest.kt65 .issues(MissingApacheLicenseDetector.ISSUE) in testHasCopyright()
88 .issues(MissingApacheLicenseDetector.ISSUE) in testDoesntHaveCopyright()
DCollectAsStateDetectorTest.kt40 .issues(CollectAsStateDetector.ISSUE) in testViolation()
57 .issues(CollectAsStateDetector.ISSUE) in testNoViolation()
/frameworks/base/tests/FlickerTests/AppLaunch/
DOWNERS2 # Bug template url: https://b.corp.google.com/issues/new?component=807991&template=1390280 = per-fi…
4 # Bug template url: https://b.corp.google.com/issues/new?component=316275&template=1018192
/frameworks/base/tools/lint/
DREADME.md16 1. Write your detector with its issues and put it into
18 2. Add your detector's issues into `AndroidGlobalIssueRegistry`'s `issues`
37 1. Write your detector with its issues and put it into
39 2. Add your detector's issues into `AndroidFrameworkIssueRegistry`'s `issues` field.
63 3. Now lint issues should appear on gerrit!
/frameworks/base/core/java/android/content/res/
Dflags.aconfig10 # fixed_read_only or device wont boot because of permission issues accessing flags during boot
20 # fixed_read_only or device wont boot because of permission issues accessing flags during boot
/frameworks/base/tests/FlickerTests/Notification/
DOWNERS2 # https://b.corp.google.com/issues/new?component=181562&template=686802
/frameworks/base/
DPACKAGE_MANAGER_OWNERS2 # Bug template url: https://b.corp.google.com/issues/new?component=36137&template=198919
/frameworks/base/services/core/java/com/android/server/grammaticalinflection/
DOWNERS1 # Bug template url: https://b.corp.google.com/issues/new?component=1082762&template=1601534
/frameworks/base/core/java/android/app/admin/
DEnterprisePlatformTest_OWNERS1 # Bug template url: https://b.corp.google.com/issues/new?component=1337891&template=1814288
/frameworks/base/packages/SettingsLib/LintChecker/src/com/android/settingslib/tools/lint/
DSettingsLintIssueRegistry.kt25 override val issues = listOf(NullabilityAnnotationsDetector.REQUIRE_NULLABILITY_ISSUE) constant in com.android.settingslib.tools.lint.SettingsLintIssueRegistry
/frameworks/base/services/tests/wmtests/
DOWNERS1 # Bug template url: https://b.corp.google.com/issues/new?component=316125&template=1018199

123