Home
last modified time | relevance | path

Searched refs:mStopped (Results 1 – 4 of 4) sorted by relevance

/cts/tests/tests/media/src/android/media/cts/
DNonBlockingAudioTrack.java47 private boolean mStopped; field in NonBlockingAudioTrack
118 mStopped = false; in play()
127 mStopped = true; in stop()
142 mStopped = false; in flush()
150 mStopped = false; in release()
169 if (mStopped) { in process()
172 mStopped = false; in process()
/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/
DTestLocalInteractionActivity.java30 private CountDownLatch mStopped; field in TestLocalInteractionActivity
55 mStopped = counter; in stopLocalInteraction()
62 if (mStopped != null) { in onLocalVoiceInteractionStopped()
63 mStopped.countDown(); in onLocalVoiceInteractionStopped()
/cts/tests/autofillservice/src/android/autofillservice/cts/activities/
DFragmentContainerActivity.java36 private CountDownLatch mStopped = new CountDownLatch(0); field in FragmentContainerActivity
56 mStopped = new CountDownLatch(1); in onStart()
77 mStopped.countDown(); in onStop()
96 return mStopped.await(Timeouts.UI_TIMEOUT.ms(), TimeUnit.MILLISECONDS); in waitUntilStopped()
/cts/tests/camera/src/android/hardware/cts/
DCameraTest.java1654 boolean stopped = zoomListener.mStopped.get(i);
1664 zoomListener.mStopped.clear();
1665 Log.e(TAG, "zoomListener.mStopped = " + zoomListener.mStopped);
1673 boolean stopped = zoomListener.mStopped.get(i);
1691 zoomListener.mStopped.clear();
1702 boolean stopped = zoomListener.mStopped.get(i);
1718 public ArrayList<Boolean> mStopped = new ArrayList<Boolean>();
1723 mStopped.add(stopped);