Searched refs:mServiceLooper (Results 1 – 6 of 6) sorted by relevance
99 private volatile Looper mServiceLooper; field in DockService146 mServiceLooper = thread.getLooper(); in onCreate()147 mServiceHandler = new ServiceHandler(mServiceLooper); in onCreate()161 if (mServiceLooper != null) { in onDestroy()162 mServiceLooper.quit(); in onDestroy()168 mServiceLooper = null; in onDestroy()
53 private volatile Looper mServiceLooper; field in MediaScannerService164 while (mServiceLooper == null) { in onDestroy()172 mServiceLooper.quit(); in onDestroy()183 mServiceLooper = Looper.myLooper(); in run()
75 private Looper mServiceLooper; field in SmsReceiverService123 mServiceLooper = thread.getLooper(); in onCreate()124 mServiceHandler = new ServiceHandler(mServiceLooper); in onCreate()172 mServiceLooper.quit(); in onDestroy()
143 private Looper mServiceLooper; field in TransactionService183 mServiceLooper = thread.getLooper(); in onCreate()184 mServiceHandler = new ServiceHandler(mServiceLooper); in onCreate()
62 private volatile Looper mServiceLooper; field in AlertService1105 mServiceLooper = thread.getLooper(); in onCreate()1106 mServiceHandler = new ServiceHandler(mServiceLooper); in onCreate()1125 mServiceLooper.quit(); in onDestroy()
69 private volatile Looper mServiceLooper; field in StkAppService210 mServiceLooper.quit(); in onDestroy()221 mServiceLooper = Looper.myLooper(); in run()