Home
last modified time | relevance | path

Searched refs:isForeground (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Dialer/java/com/android/dialer/app/voicemail/
DVoicemailErrorManager.java64 private boolean isForeground; field in VoicemailErrorManager
149 isForeground = true; in onResume()
156 isForeground = false; in onPause()
176 if (!isForeground) { in fetchStatus()
/packages/apps/Car/Settings/src/com/android/car/settings/users/
DUserGridRecyclerView.java113 boolean isForeground = in createUserRecords()
116 if (!isForeground && userInfo.isGuest()) { in createUserRecords()
122 false /* isAddUser */, isForeground); in createUserRecords()
424 boolean isForeground) { in UserRecord() argument
428 mIsForeground = isForeground; in UserRecord()
/packages/apps/Car/Notification/src/com/android/car/notification/
DNotificationGroup.java127 boolean isForeground = in isDismissible()
130 if (isForeground || notification.isOngoing()) { in isDismissible()
DPreprocessingManager.java225 boolean isForeground = in isLessImportantForegroundNotification()
229 if (!isForeground) { in isLessImportantForegroundNotification()
/packages/services/Telecomm/src/com/android/server/telecom/
DBluetoothPhoneServiceImpl.java589 boolean isForeground = mCallsManager.getForegroundCall() == call; in sendClccForCall()
590 int state = getBtCallState(call, isForeground); in sendClccForCall()
864 private int getBtCallState(Call call, boolean isForeground) { in getBtCallState() argument
896 } else if (isForeground) { in getBtCallState()