Home
last modified time | relevance | path

Searched refs:displays (Results 1 – 7 of 7) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DVisibleBackgroundUserPreparer.java88 Set<Integer> displays = device.listDisplayIdsForStartingVisibleBackgroundUsers(); in startUserVisibleOnBackground() local
89 CLog.d("Displays: %s", displays); in startUserVisibleOnBackground()
90 if (displays.isEmpty()) { in startUserVisibleOnBackground()
95 Iterator<Integer> iterator = displays.iterator(); in startUserVisibleOnBackground()
/tools/tradefederation/core/javatests/com/android/tradefed/util/
DITestDeviceMockHelper.java94 public void mockListDisplayIdsForStartingVisibleBackgroundUsers(Set<Integer> displays) in mockListDisplayIdsForStartingVisibleBackgroundUsers() argument
96 when(mMockDevice.listDisplayIdsForStartingVisibleBackgroundUsers()).thenReturn(displays); in mockListDisplayIdsForStartingVisibleBackgroundUsers()
/tools/tradefederation/core/javatests/com/android/tradefed/targetprep/
DVisibleBackgroundUserPreparerTest.java407 private void mockListDisplayIdsForStartingVisibleBackgroundUsers(Set<Integer> displays) in mockListDisplayIdsForStartingVisibleBackgroundUsers() argument
409 mTestDeviceMockHelper.mockListDisplayIdsForStartingVisibleBackgroundUsers(displays); in mockListDisplayIdsForStartingVisibleBackgroundUsers()
/tools/tradefederation/core/javatests/com/android/tradefed/device/
DTestDeviceFuncTest.java955 Set<Long> displays = mTestDevice.listDisplayIds(); in testScreenshot_withDisplay() local
956 assertThat(displays).isNotEmpty(); in testScreenshot_withDisplay()
957 InputStreamSource screenshot = mTestDevice.getScreenshot(displays.iterator().next()); in testScreenshot_withDisplay()
DTestDeviceTest.java5877 Set<Long> displays = mTestDevice.listDisplayIds(); in testListDisplayId() local
5878 assertEquals(2, displays.size()); in testListDisplayId()
5879 assertTrue(displays.contains(0L)); in testListDisplayId()
5880 assertTrue(displays.contains(5L)); in testListDisplayId()
/tools/tradefederation/core/src/com/android/tradefed/device/
DTestDevice.java2561 Set<Long> displays = new HashSet<>(); in listDisplayIds() local
2565 return displays; in listDisplayIds()
2572 displays.add(Long.parseLong(m.group("id"))); in listDisplayIds()
2579 if (displays.isEmpty()) { in listDisplayIds()
2581 displays.add(0L); in listDisplayIds()
2584 return displays; in listDisplayIds()
/tools/external/fat32lib/
DNOTICE97 …e. You must supply a copy of this License. If the work during execution displays copyright notices…