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()
74 private Looper mServiceLooper; field in SmsReceiverService122 mServiceLooper = thread.getLooper(); in onCreate()123 mServiceHandler = new ServiceHandler(mServiceLooper); in onCreate()171 mServiceLooper.quit(); in onDestroy()
138 private Looper mServiceLooper; field in TransactionService176 mServiceLooper = thread.getLooper(); in onCreate()177 mServiceHandler = new ServiceHandler(mServiceLooper); in onCreate()
62 private volatile Looper mServiceLooper; field in AlertService1096 mServiceLooper = thread.getLooper(); in onCreate()1097 mServiceHandler = new ServiceHandler(mServiceLooper); in onCreate()1116 mServiceLooper.quit(); in onDestroy()
67 private volatile Looper mServiceLooper; field in StkAppService205 mServiceLooper.quit(); in onDestroy()216 mServiceLooper = Looper.myLooper(); in run()