Searched refs:isPaused (Results 1 - 8 of 8) sorted by relevance

/packages/apps/InCallUI/src/com/android/incallui/
H A DInCallVideoCallListener.java56 boolean wasPaused = VideoProfile.VideoState.isPaused(previousVideoState);
57 boolean isPaused = VideoProfile.VideoState.isPaused(newVideoState);
66 boolean pause = !wasPaused && isPaused;
H A DCallButtonPresenter.java505 void setPauseVideoButton(boolean isPaused); argument
H A DCallButtonFragment.java425 public void setPauseVideoButton(boolean isPaused) { argument
426 mPauseVideoButton.setSelected(isPaused);
/packages/apps/Camera2/src/com/android/camera/app/
H A DAppController.java108 public boolean isPaused(); method in interface:AppController
/packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
H A DNativeNfcTag.java80 private boolean isPaused = false; field in class:NativeNfcTag.PresenceCheckWatchdog
90 isPaused = true;
96 isPaused = false;
115 if (!isPaused) {
/packages/apps/Nfc/nxp/src/com/android/nfc/dhimpl/
H A DNativeNfcTag.java78 private boolean isPaused = false; field in class:NativeNfcTag.PresenceCheckWatchdog
87 isPaused = true;
93 isPaused = false;
112 if (!isPaused) {
/packages/apps/Browser/src/com/android/browser/
H A DBrowserSettings.java906 * @param isPaused Set to true When a pause is received or false after
909 public void setLastRunPaused(boolean isPaused) { argument
911 .putBoolean(KEY_LAST_RUN_PAUSED, isPaused)
/packages/apps/Camera2/src/com/android/camera/
H A DCameraActivity.java2158 public boolean isPaused() { method in class:CameraActivity

Completed in 340 milliseconds