Searched refs:isForeground (Results 1 – 5 of 5) sorted by relevance
64 private boolean isForeground; field in VoicemailErrorManager149 isForeground = true; in onResume()156 isForeground = false; in onPause()176 if (!isForeground) { in fetchStatus()
113 boolean isForeground = in createUserRecords()116 if (!isForeground && userInfo.isGuest()) { in createUserRecords()122 false /* isAddUser */, isForeground); in createUserRecords()424 boolean isForeground) { in UserRecord() argument428 mIsForeground = isForeground; in UserRecord()
127 boolean isForeground = in isDismissible()130 if (isForeground || notification.isOngoing()) { in isDismissible()
225 boolean isForeground = in isLessImportantForegroundNotification()229 if (!isForeground) { in isLessImportantForegroundNotification()
589 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() argument896 } else if (isForeground) { in getBtCallState()