Searched refs:isUnlocked (Results 1 – 7 of 7) sorted by relevance
60 if (!user.isUnlocked()) { in dealWithConnectedAppsSdkException()
139 assertThat(sDeviceState.additionalUser().isUnlocked()).isTrue(); in start_userNotStarted_userIsUnlocked()149 assertThat(sDeviceState.secondaryUser().isUnlocked()).isTrue(); in start_userAlreadyStarted_doesNothing()505 assertThat(sDeviceState.additionalUser().isUnlocked()).isTrue(); in isUnlocked_userIsUnlocked_returnsTrue()514 assertThat(user.isUnlocked()).isFalse(); in isUnlocked_userDoesNotExist_returnsFalse()
360 assertThat(user.isUnlocked()).isTrue() in <lambda>()
209 Poll.forValue("User running unlocked", () -> user.isRunning() && user.isUnlocked()) in startVisibleBackgroundUser()
201 if (!user.isUnlocked()) { in blockingConnectOrFail()
277 if (!user.isUnlocked()) { in install()360 if (!user.isUnlocked()) { in install()
311 Poll.forValue("User unlocked", this::isUnlocked) in startUser()530 public boolean isUnlocked() { in isUnlocked() method in UserReference