Searched refs:mServiceLooper (Results 1 – 3 of 3) sorted by relevance
49 private volatile Looper mServiceLooper; field in MediaScannerService139 while (mServiceLooper == null) { in onDestroy()147 mServiceLooper.quit(); in onDestroy()158 mServiceLooper = Looper.myLooper(); in run()
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()
151 private volatile Looper mServiceLooper; field in StkAppService380 mServiceLooper.quit(); in onDestroy()391 mServiceLooper = Looper.myLooper(); in run()