Searched refs:sNextDisplayId (Results 1 – 4 of 4) sorted by relevance
77 private static int sNextDisplayId = DEFAULT_DISPLAY; field in AccessibilityInputFilterTest423 final int displayId = sNextDisplayId++; in createStubDisplay()430 sNextDisplayId = DEFAULT_DISPLAY; in setDisplayCount()
153 final int displayId = SystemServicesTestRule.sNextDisplayId++; in build()
206 organizer, SystemServicesTestRule.sNextDisplayId + 1, FEATURE_ROOT, in testCreateTaskDisplayArea_invalidDisplayAndRoot()
101 static int sNextDisplayId = DEFAULT_DISPLAY + 100; field in SystemServicesTestRule