Searched refs:isInProgress (Results 1 – 14 of 14) sorted by relevance
449 if (isInProgress()) { in startPairing()467 public boolean isInProgress() { in isInProgress() method in BluetoothDevicePairer531 if (isInProgress()) { in doCancel()
445 if (mBluetoothPairer != null && !mBluetoothPairer.isInProgress()) { in btDeviceClicked()
123 if (!schedule.isNotStarted() && !schedule.isInProgress()) { in DvrScheduleManager()215 if (schedule.isNotStarted() || schedule.isInProgress()) { in DvrScheduleManager()278 if (!schedule.isNotStarted() && !schedule.isInProgress()) { in buildData()554 if (scheduledRecording.isNotStarted() || scheduledRecording.isInProgress()) { in getConflictingSchedules()
377 } else if (schedule.isInProgress() in updateSeriesRecording()401 if (schedule.isNotStarted() || schedule.isInProgress()) { in updateSeriesRecording()724 if (schedule.isInProgress() || schedule.isNotStarted()) { in getAvailableScheduledRecording()
85 LocalFilmstripDataAdapter adapter, boolean isInProgress, in getView() argument
106 LocalFilmstripDataAdapter adapter, boolean isInProgress, in getView() argument
94 boolean isInProgress, VideoClickedCallback videoClickedCallback) { in getView() argument
148 LocalFilmstripDataAdapter adapter, boolean isInProgress, in getView() argument
117 boolean isInProgress, VideoClickedCallback videoClickedCallback) { in getView() argument
60 if (!schedule.isInProgress() && !schedule.isNotStarted()) { in onCreateDialog()
549 || schedule.isInProgress() in isInfoClickable()589 if (conflictSchedule.isInProgress()) { in onStartRecording()
967 public boolean isInProgress() { in isInProgress() method in ScheduledRecording
608 return mScaleGestureDetector.isInProgress(); in scaleInProgress()
3191 int slopFactor = mScaleGestureDetector.isInProgress() ? 20 : 2; in doScroll()