HomeSort by relevance Sort by last modified time
    Searched defs:mIsStopped (Results 1 - 9 of 9) sorted by null

  /frameworks/base/telephony/java/android/telephony/mbms/
InternalDownloadProgressListener.java 30 private volatile boolean mIsStopped = false;
42 if (mIsStopped) {
61 mIsStopped = true;
InternalDownloadSessionCallback.java 29 private volatile boolean mIsStopped = false;
39 if (mIsStopped) {
58 if (mIsStopped) {
77 if (mIsStopped) {
95 mIsStopped = true;
InternalDownloadStatusListener.java 31 private volatile boolean mIsStopped = false;
41 if (mIsStopped) {
59 mIsStopped = true;
InternalStreamingServiceCallback.java 28 private volatile boolean mIsStopped = false;
38 if (mIsStopped) {
57 if (mIsStopped) {
76 if (mIsStopped) {
95 if (mIsStopped) {
114 if (mIsStopped) {
132 mIsStopped = true;
InternalStreamingSessionCallback.java 29 private volatile boolean mIsStopped = false;
39 if (mIsStopped) {
59 if (mIsStopped) {
78 if (mIsStopped) {
96 mIsStopped = true;
  /packages/services/BuiltInPrintService/src/com/android/bips/ipp/
CapabilitiesCache.java 78 private boolean mIsStopped = false;
121 mIsStopped = true;
258 if (mIsStopped) {
  /packages/apps/TV/tuner/src/com/android/tv/tuner/exoplayer/audio/
MpegTsDefaultAudioTrackRenderer.java 130 private boolean mIsStopped;
267 mIsStopped = false;
274 mIsStopped = true;
295 if (diff >= KEEP_ALIVE_AFTER_EOS_DURATION_MS && !mIsStopped) {
  /frameworks/av/packages/MediaComponents/src/com/android/widget/
MediaControlView2Impl.java 154 private boolean mIsStopped;
    [all...]
  /frameworks/support/media-widget/src/main/java/androidx/media/widget/
MediaControlView2.java 261 private boolean mIsStopped;
    [all...]

Completed in 373 milliseconds