Searched refs:mServiceLooper (Results 1 – 6 of 6) sorted by relevance
53 private volatile Looper mServiceLooper; field in MediaScannerService161 while (mServiceLooper == null) { in onDestroy()169 mServiceLooper.quit(); in onDestroy()180 mServiceLooper = Looper.myLooper(); in run()
98 private volatile Looper mServiceLooper; field in DockService143 mServiceLooper = thread.getLooper(); in onCreate()144 mServiceHandler = new ServiceHandler(mServiceLooper); in onCreate()158 if (mServiceLooper != null) { in onDestroy()159 mServiceLooper.quit(); in onDestroy()165 mServiceLooper = null; in onDestroy()
76 private Looper mServiceLooper; field in SmsReceiverService122 mServiceLooper = thread.getLooper(); in onCreate()123 mServiceHandler = new ServiceHandler(mServiceLooper); in onCreate()171 mServiceLooper.quit(); in onDestroy()
132 private Looper mServiceLooper; field in TransactionService170 mServiceLooper = thread.getLooper(); in onCreate()171 mServiceHandler = new ServiceHandler(mServiceLooper); in onCreate()
63 private volatile Looper mServiceLooper; field in AlertService948 mServiceLooper = thread.getLooper(); in onCreate()949 mServiceHandler = new ServiceHandler(mServiceLooper); in onCreate()965 mServiceLooper.quit(); in onDestroy()
65 private volatile Looper mServiceLooper; field in StkAppService208 mServiceLooper.quit(); in onDestroy()219 mServiceLooper = Looper.myLooper(); in run()