Searched refs:isVisibleBackgroundUsersSupported (Results 1 – 7 of 7) sorted by relevance
56 if (!device.isVisibleBackgroundUsersSupported()) { in setUp()
418 when(mTestInfo.getDevice().isVisibleBackgroundUsersSupported()).thenReturn(true); in setUp_hasOneSecondaryUser_createSecondaryUserOnSecondaryDisplay()466 when(mTestInfo.getDevice().isVisibleBackgroundUsersSupported()).thenReturn(true); in setUp_hasOneSecondaryUser_doNothing()513 when(mTestInfo.getDevice().isVisibleBackgroundUsersSupported()).thenReturn(true); in setUp_hasTwoSecondaryUsers_startSecondaryUserOnSecondaryDisplay()
82 when(mMockDevice.isVisibleBackgroundUsersSupported()).thenReturn(supported); in mockIsVisibleBackgroundUsersSupported()
870 public boolean isVisibleBackgroundUsersSupported() throws DeviceNotAvailableException; in isVisibleBackgroundUsersSupported() method
4596 () -> testDevice.isVisibleBackgroundUsersSupported()); in testIsVisibleBackgroundUsersSupported_unsupportedApiLevel()4610 () -> testDevice.isVisibleBackgroundUsersSupported()); in testIsVisibleBackgroundUsersSupported_cmdError()4626 () -> testDevice.isVisibleBackgroundUsersSupported()); in testIsVisibleBackgroundUsersSupported_invalidOutput()4639 assertThat(testDevice.isVisibleBackgroundUsersSupported()).isFalse(); in testIsVisibleBackgroundUsersSupported_false()4649 assertThat(testDevice.isVisibleBackgroundUsersSupported()).isTrue(); in testIsVisibleBackgroundUsersSupported_true()
1991 public boolean isVisibleBackgroundUsersSupported() throws DeviceNotAvailableException { in isVisibleBackgroundUsersSupported() method in TestDevice
5001 public boolean isVisibleBackgroundUsersSupported() throws DeviceNotAvailableException { in isVisibleBackgroundUsersSupported() method in NativeDevice