Home
last modified time | relevance | path

Searched defs:bugId (Results 1 – 3 of 3) 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
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DSizeCompatTests.java2139 assertTrue(originalScreenWidthDp < originalScreenHeighthDp); in testComputeConfigResourceOverrides_unresizableApp()