Searched refs:mServiceLooper (Results 1 – 2 of 2) sorted by relevance
61 private Looper mServiceLooper = null; field in PersistService75 mServiceLooper = thread.getLooper(); in onCreate()76 mServiceHandler = new ServiceHandler(mServiceLooper); in onCreate()106 mServiceLooper.quit(); in onDestroy()
70 private Looper mServiceLooper = null; field in EABService198 mServiceLooper = thread.getLooper(); in onCreate()199 if (mServiceLooper != null) { in onCreate()200 mServiceHandler = new ServiceHandler(mServiceLooper); in onCreate()