Searched refs:mServiceLooper (Results 1 – 5 of 5) sorted by relevance
52 private volatile Looper mServiceLooper; field in MediaScannerService166 while (mServiceLooper == null) { in onDestroy()174 mServiceLooper.quit(); in onDestroy()185 mServiceLooper = Looper.myLooper(); in run()
55 private volatile Looper mServiceLooper; field in AlertService462 mServiceLooper = thread.getLooper(); in onCreate()463 mServiceHandler = new ServiceHandler(mServiceLooper); in onCreate()479 mServiceLooper.quit(); in onDestroy()
70 private Looper mServiceLooper; field in SmsReceiverService113 mServiceLooper = thread.getLooper(); in onCreate()114 mServiceHandler = new ServiceHandler(mServiceLooper); in onCreate()139 mServiceLooper.quit(); in onDestroy()
128 private Looper mServiceLooper; field in TransactionService165 mServiceLooper = thread.getLooper(); in onCreate()166 mServiceHandler = new ServiceHandler(mServiceLooper); in onCreate()
60 private volatile Looper mServiceLooper; field in StkAppService198 mServiceLooper.quit(); in onDestroy()209 mServiceLooper = Looper.myLooper(); in run()