Searched refs:quit (Results 1 - 25 of 34) 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.java47 * Tests that we can quit the state machine.
69 // Returning NOT_HANDLED to actually quit
72 // Do NOT quit
108 smQuitTest.quit();
109 smQuitTest.quit();
111 // Now we will quit
112 smQuitTest.quit();
126 // 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.java70 * {@link #quit()}.
105 * {@link #quit()} to end the loop.
123 // No target is a magic identifier for the quit message.
187 public void quit() { method in class:Looper
191 // 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/core/java/android/app/
H A DIntentService.java124 mServiceLooper.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/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
445 /** The quit object */
531 * State entered when a valid quit message is handled.
613 * see if the last transition was to quit or halt.
622 // If we made the thread then quit looper
623 getLooper().quit();
935 private final void quit() { method in class:HierarchicalStateMachine.HsmHandler
936 if (mDbg) Log.d(TAG, "quit:");
1119 * just before the quit actually occurs.
1268 * Conditionally quit th
1275 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.java90 Looper.loop(); // Blocks forever until Looper.quit() is called.
91 Log.v(TAG, "initializeMessageLooper: quit.");
104 mLooper.quit();
105 // Looper.quit() is asynchronous. The looper may still has some
106 // preview callbacks in the queue after quit is called. The preview
/frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DCallerInfoTest.java163 * 1st quit the thread is maked dead, ie no further test can use
204 mLooper.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 8022 milliseconds

12