Searched refs:quit (Results 1 - 25 of 86) sorted by relevance

1234

/frameworks/base/core/tests/coretests/src/android/os/
H A DHandlerTester.java36 quit();
75 quit();
81 private void quit() { method in class:HandlerTester
82 mLooper.quit();
H A DTestHandlerThread.java51 mLooper.quit();
68 quit();
76 quit();
98 private void quit() { method in class:TestHandlerThread
/frameworks/base/core/java/android/os/
H A DHandlerThread.java94 * Any attempt to post messages to the queue after the looper is asked to quit will fail.
102 * @return True if the looper looper has been asked to quit or false if the
107 public boolean quit() { method in class:HandlerThread
110 looper.quit();
123 * Any attempt to post messages to the queue after the looper is asked to quit will fail.
128 * Otherwise the looper is asked to quit and true is returned.
131 * @return True if the looper looper has been asked to quit or false if the
H A DLooper.java81 * {@link #quit()}.
121 * {@link #quit()} to end the loop.
233 * Any attempt to post messages to the queue after the looper is asked to quit will fail.
243 public void quit() { method in class:Looper
244 mQueue.quit(false);
255 * Any attempt to post messages to the queue after the looper is asked to quit will fail.
260 mQueue.quit(true);
/frameworks/base/media/jni/soundpool/
H A DSoundPoolThread.h46 void quit();
H A DSoundPoolThread.cpp49 void SoundPoolThread::quit() { function in class:android::SoundPoolThread
58 ALOGV("return from quit");
72 quit();
/frameworks/base/core/java/android/app/
H A DIntentService.java139 mServiceLooper.quit();
/frameworks/base/services/core/java/com/android/server/net/
H A DDelayedDiskWrite.java86 mDiskWriteHandler.getLooper().quit();
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/
H A DCameraTestThread.java79 mLooper.quit();
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/tests/src/androidx/media/filterfw/
H A DMffTestCase.java60 mMffContextHandlerThread.getLooper().quit();
/frameworks/base/tools/layoutlib/bridge/src/android/os/
H A DHandlerThread_Delegate.java45 thread.quit();
57 // record the thread so that it can be quit() on clean up.
/frameworks/base/tests/BatteryWaster/src/com/android/batterywaster/
H A DBatteryWaster.java137 mThread.quit();
184 public void quit() { method in class:BatteryWaster.SpinThread
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
H A DGSMTestHandler.java.broken79 if (looper != null) looper.quit();
/frameworks/base/cmds/uiautomator/library/testrunner-src/com/android/uiautomator/core/
H A DUiAutomationShellWrapper.java67 mHandlerThread.quit();
/frameworks/base/core/java/android/speech/tts/
H A DAudioPlaybackHandler.java86 public void quit() { method in class:AudioPlaybackHandler
/frameworks/base/core/tests/coretests/src/android/content/
H A DContentQueryMapTest.java86 Looper.myLooper().quit();
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DLooperAcceleration.java87 Looper.myLooper().quit();
/frameworks/volley/src/main/java/com/android/volley/
H A DCacheDispatcher.java70 * Forces this dispatcher to quit immediately. If any requests are still in
73 public void quit() { method in class:CacheDispatcher
150 // We may have been interrupted because it was time to quit.
H A DNetworkDispatcher.java66 * Forces this dispatcher to quit immediately. If any requests are still in
69 public void quit() { method in class:NetworkDispatcher
92 // We may have been interrupted because it was time to quit.
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/
H A DNotificationPlayer.java147 mLooper.quit();
204 mLooper.quit();
214 // nothing left to do, quit
242 mLooper.quit();
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/external/
H A DTileServiceManagerTests.java54 mThread.quit();
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DPhoneSwitcherTest.java72 handlerThread.quit();
395 handlerThread.quit();
475 handlerThread.quit();
544 handlerThread.quit();
/frameworks/volley/src/test/java/com/android/volley/
H A DCacheDispatcherTest.java58 mDispatcher.quit();
H A DNetworkDispatcherTest.java57 mDispatcher.quit();
/frameworks/base/tests/AccessoryDisplay/common/src/com/android/accessorydisplay/common/
H A DTransport.java93 mThread.quit();
378 public void quit() { method in class:Transport.ReaderThread

Completed in 898 milliseconds

1234