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

12

/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
H A DHierarchicalStateMachineTest.java55 * Tests that we can quit the state machine.
77 // Returning false to actually quit
80 // Do NOT quit
116 smQuitTest.quit();
117 smQuitTest.quit();
119 // Now we will quit
120 smQuitTest.quit();
134 // The first two message didn't quit and were handled by mS1
/frameworks/base/core/java/android/os/
H A DHandlerThread.java88 * Ask the currently running looper to quit. If the thread has not
91 * quit and true is returned.
93 public boolean quit() { method in class:HandlerThread
96 looper.quit();
H A DLooper.java69 * {@link #quit()}.
104 * {@link #quit()} to end the loop.
116 // No target is a magic identifier for the quit message.
168 public void quit() { method in class:Looper
172 // a quit message.
/frameworks/base/media/jni/soundpool/
H A DSoundPoolThread.h48 void quit();
H A DSoundPoolThread.cpp49 void SoundPoolThread::quit() { function in class:android::SoundPoolThread
58 LOGV("return from quit");
72 quit();
H A DSoundPool.cpp80 mDecodeThread->quit();
81 quit();
135 void SoundPool::quit() function in class:android::SoundPool
141 LOGV("return from quit");
H A DSoundPool.h210 void quit();
/frameworks/base/tests/BatteryWaster/src/com/android/batterywaster/
H A DBatteryWaster.java99 mThread.quit();
128 public void quit() { method in class:BatteryWaster.SpinThread
/frameworks/base/core/java/android/app/
H A DIntentService.java124 mServiceLooper.quit();
/frameworks/base/core/tests/coretests/src/android/content/
H A DContentQueryMapTest.java84 Looper.myLooper().quit();
/frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
H A DGSMTestHandler.java79 if (looper != null) looper.quit();
/frameworks/base/services/java/com/android/server/
H A DNotificationPlayer.java133 mLooper.quit();
186 mLooper.quit();
196 // nothing left to do, quit
218 mLooper.quit();
H A DWifiWatchdogService.java276 * Unregister broadcasts and quit the watchdog thread
278 private void quit() { method in class:WifiWatchdogService
282 mHandler.getLooper().quit();
1154 quit();
/frameworks/base/core/java/com/android/internal/util/
H A DHierarchicalStateMachine.java72 * If it is desirable to completely stop the state machine call <code>quit</code>. This
468 /** The quit object */
548 * State entered when a valid quit message is handled.
628 * see if the last transition was to quit or halt.
637 // If we made the thread then quit looper
638 getLooper().quit();
942 private final void quit() { method in class:HierarchicalStateMachine.HsmHandler
943 if (mDbg) Log.d(TAG, "quit:");
1117 * just before the quit actually occurs.
1266 * Conditionally quit th
1273 public final void quit() { method in class:HierarchicalStateMachine
[all...]
/frameworks/base/core/java/android/widget/
H A DFilter.java254 mThreadHandler.getLooper().quit();
/frameworks/base/core/java/com/android/internal/service/wallpaper/
H A DImageWallpaper.java67 mThread.quit();
/frameworks/base/core/tests/coretests/src/android/database/
H A DDatabaseCursorTest.java324 boolean quit = false; field in class:DatabaseCursorTest.TestObserver
340 quit = true;
341 Looper.myLooper().quit();
371 if (!observer.quit) {
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
H A DCameraTest.java91 Looper.loop(); // Blocks forever until Looper.quit() is called.
92 Log.v(TAG, "initializeMessageLooper: quit.");
105 mLooper.quit();
106 // Looper.quit() is asynchronous. The looper may still has some
107 // preview callbacks in the queue after quit is called. The preview
/frameworks/base/telephony/tests/telephonytests/src/com/android/telephonytest/unit/
H A DCallerInfoUnitTest.java162 * 1st quit the thread is maked dead, ie no further test can use
203 mLooper.quit();
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
H A DMediaRecorderStressTest.java106 Log.v(TAG, "initializeMessageLooper: quit.");
123 Looper.loop(); // Blocks forever until Looper.quit() is called.
124 Log.v(TAG, "initializeMessageLooper: quit.");
133 mCameraLooper.quit();
146 mRecorderLooper.quit();
/frameworks/base/media/tests/SoundPoolTest/src/com/android/
H A DSoundPoolTest.java372 public void quit() { method in class:SoundPoolTest.TestThread
380 if (DEBUG) Log.d(LOG_TAG, "quit");
393 mThread.quit();
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
H A DMediaPlayerStateUnitTestTemplate.java144 Looper.loop(); // Blocks forever until Looper.quit() is called.
145 Log.v(TAG, "initializeMessageLooper: quit.");
492 mLooper.quit();
/frameworks/base/telephony/java/com/android/internal/telephony/test/
H A DModelInterpreter.java688 looper.quit();

Completed in 474 milliseconds

12