/frameworks/opt/net/ims/src/java/com/android/ims/internal/ |
D | VideoPauseTracker.java | 78 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
|
D | ImsVideoCallProviderWrapper.java | 305 !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/ |
D | MediaPlayerApiTest.java | 140 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/ |
D | ValueAnimatorTests.java | 251 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()
|
D | AnimatorSetActivityTest.java | 453 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/ |
D | VideoProfile.java | 253 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/ |
D | RecordingService.java | 326 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/ |
D | ImsCallProfile.java | 677 boolean isPaused = isVideoStateSet(videoState, VideoProfile.STATE_PAUSED); in getCallTypeFromVideoState() 678 if (isPaused) { in getCallTypeFromVideoState()
|
/frameworks/base/core/java/android/animation/ |
D | Animator.java | 159 public boolean isPaused() { in isPaused() method in Animator
|
D | AnimatorSet.java | 934 if (!isStarted() || isPaused()) {
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsPhoneConnection.java | 899 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()
|
D | ImsPhoneCallTracker.java | 3990 if (VideoProfile.isPaused(conn.getVideoState()) && in handleDataEnabledChange()
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | BoundsAnimationControllerTests.java | 244 assertTrue(mAnimator.isPaused()); in start() 247 assertTrue(!mAnimator.isPaused()); in start()
|
/frameworks/base/tests/OneMedia/src/com/android/onemedia/playback/ |
D | LocalRenderer.java | 525 } else if (!isPaused()) { in onPause() 578 public boolean isPaused() { in isPaused() method in LocalRenderer
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
D | Filter.java | 753 if (runner != null && !runner.isPaused() && !runner.isStopped()) { in assertIsPaused()
|
D | GraphRunner.java | 733 public boolean isPaused() { in isPaused() method in GraphRunner
|
/frameworks/base/core/java/android/webkit/ |
D | WebViewProvider.java | 209 public boolean isPaused(); in isPaused() method
|
/frameworks/av/services/audioflinger/ |
D | PlaybackTracks.h | 190 bool isPaused() const { return mState == PAUSED; } in isPaused() function
|
D | Threads.cpp | 4869 !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()
|
D | Tracks.cpp | 795 if (buf.mFrameCount == 0 && !isStopping() && !isStopped() && !isPaused()) { in getNextBuffer()
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationManagerService.java | 4097 boolean isPaused; 4103 isPaused = ((flags & PackageManager.RESTRICTION_HIDE_NOTIFICATIONS) != 0); 4105 isPaused |= isPackageSuspendedForUser(pkg, Binder.getCallingUid()); 4107 return isPaused;
|
/frameworks/base/api/ |
D | system-current.txt | 9799 method public boolean isPaused();
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |