Home
last modified time | relevance | path

Searched refs:isPaused (Results 1 – 23 of 23) sorted by relevance

/frameworks/opt/net/ims/src/java/com/android/ims/internal/
DVideoPauseTracker.java78 boolean wasPaused = isPaused(); in shouldPauseVideoFor()
109 boolean wasPaused = isPaused(); in shouldResumeVideoFor()
111 boolean isPaused = isPaused(); in shouldResumeVideoFor()
113 if (wasPaused && !isPaused) { in shouldResumeVideoFor()
118 } else if (wasPaused && isPaused) { in shouldResumeVideoFor()
139 public boolean isPaused() { in isPaused() method in VideoPauseTracker
DImsVideoCallProviderWrapper.java305 !VideoProfile.isPaused(mCurrentVideoState)) { in onSendSessionModifyRequest()
368 boolean fromPaused = VideoProfile.isPaused(from); in isPauseRequest()
369 boolean toPaused = VideoProfile.isPaused(to); in isPauseRequest()
383 boolean fromPaused = VideoProfile.isPaused(from); in isResumeRequest()
384 boolean toPaused = VideoProfile.isPaused(to); in isResumeRequest()
445 VideoProfile.isPaused(fromVideoState) && in maybeFilterPauseResume()
446 VideoProfile.isPaused(toVideoState)); in maybeFilterPauseResume()
572 if (VideoProfile.isPaused(mCurrentVideoState) && !VideoProfile.isPaused(newVideoState)) { in onVideoStateChanged()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/mediaplayback/
DMediaPlayerApiTest.java140 boolean isPaused = CodecTest.pause(MediaNames.MP3CBR); in testMP3CBRPause()
141 assertTrue("MP3CBR Pause", isPaused); in testMP3CBRPause()
146 boolean isPaused = CodecTest.pause(MediaNames.MP3VBR); in testMP3VBRPause()
147 assertTrue("MP3VBR Pause", isPaused); in testMP3VBRPause()
152 boolean isPaused = CodecTest.pause(MediaNames.MIDI); in testMIDIPause()
153 assertTrue("MIDI Pause", isPaused); in testMIDIPause()
158 boolean isPaused = CodecTest.pause(MediaNames.AMR); in testAMRPause()
159 assertTrue("AMR Pause", isPaused); in testAMRPause()
/frameworks/base/core/tests/coretests/src/android/animation/
DValueAnimatorTests.java251 assertFalse(a1.isPaused()); in testPause()
252 assertFalse(a2.isPaused()); in testPause()
257 assertFalse(a1.isPaused()); in testPause()
258 assertFalse(a2.isPaused()); in testPause()
271 assertTrue(a1.isPaused()); in testPause()
272 assertFalse(a2.isPaused()); in testPause()
286 assertTrue(a1.isPaused()); in testPause()
298 assertFalse(a1.isPaused()); in testPause()
309 assertFalse(a1.isPaused()); in testPause()
DAnimatorSetActivityTest.java453 assertFalse(set.isPaused()); in testPauseAndResume()
460 assertFalse(set.isPaused()); in testPauseAndResume()
462 assertTrue(set.isPaused()); in testPauseAndResume()
464 assertFalse(set.isPaused()); in testPauseAndResume()
/frameworks/base/telecomm/java/android/telecom/
DVideoProfile.java253 if (isPaused(videoState)) { in videoStateToString()
323 public static boolean isPaused(@VideoState int videoState) { in isPaused() method in VideoProfile
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/
DRecordingService.java326 private void setNotificationActions(boolean isPaused, NotificationManager notificationManager) { in setNotificationActions() argument
328 .getString(isPaused ? R.string.screenrecord_resume_label in setNotificationActions()
330 Intent pauseIntent = isPaused ? getResumeIntent(this) : getPauseIntent(this); in setNotificationActions()
/frameworks/base/telephony/java/android/telephony/ims/
DImsCallProfile.java677 boolean isPaused = isVideoStateSet(videoState, VideoProfile.STATE_PAUSED); in getCallTypeFromVideoState()
678 if (isPaused) { in getCallTypeFromVideoState()
/frameworks/base/core/java/android/animation/
DAnimator.java159 public boolean isPaused() { in isPaused() method in Animator
DAnimatorSet.java934 if (!isStarted() || isPaused()) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneConnection.java899 if (VideoProfile.isPaused(oldVideoState) && in updateMediaCapabilities()
900 !VideoProfile.isPaused(newVideoState)) { in updateMediaCapabilities()
915 if (!VideoProfile.isPaused(oldVideoState) && in updateMediaCapabilities()
916 VideoProfile.isPaused(newVideoState)) { in updateMediaCapabilities()
DImsPhoneCallTracker.java3990 if (VideoProfile.isPaused(conn.getVideoState()) && in handleDataEnabledChange()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DBoundsAnimationControllerTests.java244 assertTrue(mAnimator.isPaused()); in start()
247 assertTrue(!mAnimator.isPaused()); in start()
/frameworks/base/tests/OneMedia/src/com/android/onemedia/playback/
DLocalRenderer.java525 } else if (!isPaused()) { in onPause()
578 public boolean isPaused() { in isPaused() method in LocalRenderer
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
DFilter.java753 if (runner != null && !runner.isPaused() && !runner.isStopped()) { in assertIsPaused()
DGraphRunner.java733 public boolean isPaused() { in isPaused() method in GraphRunner
/frameworks/base/core/java/android/webkit/
DWebViewProvider.java209 public boolean isPaused(); in isPaused() method
/frameworks/av/services/audioflinger/
DPlaybackTracks.h190 bool isPaused() const { return mState == PAUSED; } in isPaused() function
DThreads.cpp4869 !track->isPaused() && !track->isTerminated()) in prepareTracks_l()
5104 if (framesReady < desiredFrames && !track->isStopped() && !track->isPaused()) { in prepareTracks_l()
5120 track->isStopped() || track->isPaused()) { in prepareTracks_l()
5649 if ((track->framesReady() >= minFrames) && track->isReady() && !track->isPaused() && in prepareTracks_l()
5702 track->isStopping_2() || track->isPaused()) { in prepareTracks_l()
5715 track->isPaused()) { in prepareTracks_l()
5856 trackPaused = mTracks[mTracks.size() - 1]->isPaused(); in shouldStandby_l()
6211 !track->isPaused() && !track->isTerminated() && !track->isStopping_2()) { in prepareTracks_l()
DTracks.cpp795 if (buf.mFrameCount == 0 && !isStopping() && !isStopped() && !isPaused()) { in getNextBuffer()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java4097 boolean isPaused;
4103 isPaused = ((flags & PackageManager.RESTRICTION_HIDE_NOTIFICATIONS) != 0);
4105 isPaused |= isPackageSuspendedForUser(pkg, Binder.getCallingUid());
4107 return isPaused;
/frameworks/base/api/
Dsystem-current.txt9799 method public boolean isPaused();
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...