Home
last modified time | relevance | path

Searched defs:bugId (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/flags/
DBrokenWithSceneContainer.kt27 annotation class BrokenWithSceneContainer(val bugId: Int) constant in com.android.systemui.flags.BrokenWithSceneContainer
/frameworks/base/packages/SystemUI/checks/src/com/android/internal/systemui/lint/
DDemotingTestWithoutBugDetector.kt66 val bugId = node.findAttributeValue("bugId")?.evaluate() as Int? in containsBugId() constant