Searched refs:hasUpcomingRecording (Results 1 – 2 of 2) sorted by relevance
171 private void startForeground(boolean hasUpcomingRecording) { in startForeground() argument172 if (!mForeground || hasUpcomingRecording) { in startForeground()175 startForegroundInternal(hasUpcomingRecording); in startForeground()185 protected void startForegroundInternal(boolean hasUpcomingRecording) { in startForegroundInternal() argument190 hasUpcomingRecording ? mContentTextRecording : mContentTextLoading) in startForegroundInternal()
154 protected void startForegroundInternal(boolean hasUpcomingRecording) { in startForegroundInternal() argument155 mForegroundForUpcomingRecording = hasUpcomingRecording; in startForegroundInternal()