Searched refs:isForeground (Results 1 – 9 of 9) sorted by relevance
31 private var isForeground = false variable43 while (!isCreated || isForeground) { in waitUntilBackground()51 while (!isForeground) { in waitUntilForeground()82 isForeground = true in onResume()91 isForeground = false in onPause()
93 boolean isForeground = userManager.isUserForeground(); in UserHelper()108 + ", isForeground=" + isForeground + ", isProfile=" + isProfile in UserHelper()113 if (isVisible && !isForeground && !isProfile) { in UserHelper()
458 assertWithMessage("%s is foreground", user).that(user.isForeground()).isTrue(); in isForeground_currentUser_returnsTrue()466 assertWithMessage("%s is foreground", user).that(user.isForeground()).isFalse(); in isForeground_nonStartedUser_returnsFalse()474 assertWithMessage("%s is foreground", user).that(user.isForeground()).isFalse(); in isForeground_bgUser_returnsFalse()486 assertWithMessage("%s is foreground", user).that(user.isForeground()).isFalse(); in isForeground_visibleBgUser_returnsFalse()497 assertWithMessage("%s is foreground", user).that(user.isForeground()).isFalse(); in isForeground_userDoesNotExist_returnsFalse()
507 public boolean isForeground() { in isForeground() method in UserReference526 return isVisible() && !isForeground() && !isProfile(); in isVisibleBagroundNonProfileUser()1011 if (!isForeground() && (!isProfile() || !parent().isForeground())) { in canShowActivities()
218 TestApis.users().instrumented().isForeground()); in openCamera_cameraEnabled_successful()238 TestApis.users().instrumented().isForeground()); in openCamera_cameraDisabled_unsuccessful()
163 TestApis.users().current().isForeground()); in disable_bluetoothIsDisabled()195 TestApis.users().current().isForeground()); in enable_bluetoothIsEnabled()
778 boolean isForeground = checkIsForeground(android.os.Process.myPid()); in testGetClientPriority()781 assertTrue(priority == (isForeground ? fgLivePriority : bgLivePriority)); in testGetClientPriority()800 assertTrue(priority == (isForeground ? fgLivePriority : bgLivePriority)); in testGetClientPriority()
2065 TestApis.users().instrumented().isForeground());2077 TestApis.users().instrumented().isForeground());