HomeSort by relevance Sort by last modified time
    Searched refs:mServiceLooper (Results 1 - 11 of 11) sorted by null

  /frameworks/base/core/java/android/app/
IntentService.java 55 private volatile Looper mServiceLooper;
112 mServiceLooper = thread.getLooper();
113 mServiceHandler = new ServiceHandler(mServiceLooper);
138 mServiceLooper.quit();
  /development/samples/ApiDemos/src/com/example/android/apis/app/
ServiceStartArguments.java 57 private volatile Looper mServiceLooper;
121 mServiceLooper = thread.getLooper();
122 mServiceHandler = new ServiceHandler(mServiceLooper);
159 mServiceLooper.quit();
  /external/ims/rcs/presencepolling/src/com/android/service/ims/presence/
PersistService.java 61 private Looper mServiceLooper = null;
75 mServiceLooper = thread.getLooper();
76 mServiceHandler = new ServiceHandler(mServiceLooper);
106 mServiceLooper.quit();
EABService.java 70 private Looper mServiceLooper = null;
182 mServiceLooper = thread.getLooper();
183 if (mServiceLooper != null) {
184 mServiceHandler = new ServiceHandler(mServiceLooper);
    [all...]
  /packages/providers/MediaProvider/src/com/android/providers/media/
MediaScannerService.java 49 private volatile Looper mServiceLooper;
139 while (mServiceLooper == null) {
147 mServiceLooper.quit();
158 mServiceLooper = Looper.myLooper();
  /packages/apps/Settings/src/com/android/settings/bluetooth/
DockService.java 107 private volatile Looper mServiceLooper;
154 mServiceLooper = thread.getLooper();
155 mServiceHandler = new ServiceHandler(mServiceLooper);
169 if (mServiceLooper != null) {
170 mServiceLooper.quit();
176 mServiceLooper = null;
264 // This method gets messages from both onStartCommand and mServiceHandler/mServiceLooper
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/alerts/
AlertService.java 62 private volatile Looper mServiceLooper;
    [all...]
  /packages/apps/Stk/src/com/android/stk/
StkAppService.java 158 private volatile Looper mServiceLooper;
366 mServiceLooper.quit();
377 mServiceLooper = Looper.myLooper();
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 

Completed in 218 milliseconds