Home
last modified time | relevance | path

Searched refs:initialDisplayId (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/window/
DWindowProviderService.java200 final int initialDisplayId = getInitialDisplayId(); in createServiceBaseContext() local
201 Display display = displayManager.getDisplay(initialDisplayId); in createServiceBaseContext()
205 Log.e(TAG, "Display with id " + initialDisplayId + " not found, falling back to " in createServiceBaseContext()
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
DAccessibilityWindowManagerTest.java664 int initialDisplayId, int eventDisplayId) throws RemoteException { in runUpdateActiveAndA11yFocusedWindow_MultiDisplayTest() argument
667 initialDisplayId, DEFAULT_FOCUSED_INDEX); in runUpdateActiveAndA11yFocusedWindow_MultiDisplayTest()
692 allOf(displayId(initialDisplayId), in runUpdateActiveAndA11yFocusedWindow_MultiDisplayTest()
DAccessibilityWindowManagerWithAccessibilityWindowTest.java825 int initialDisplayId, int eventDisplayId) throws RemoteException { in runUpdateActiveAndA11yFocusedWindow_MultiDisplayTest() argument
828 initialDisplayId, DEFAULT_FOCUSED_INDEX); in runUpdateActiveAndA11yFocusedWindow_MultiDisplayTest()
853 allOf(displayId(initialDisplayId), in runUpdateActiveAndA11yFocusedWindow_MultiDisplayTest()