Searched refs:mServiceLooper (Results 1 – 2 of 2) sorted by relevance
60 private Looper mServiceLooper = null; field in PersistService74 mServiceLooper = thread.getLooper(); in onCreate()75 mServiceHandler = new ServiceHandler(mServiceLooper); in onCreate()105 mServiceLooper.quit(); in onDestroy()
64 private Looper mServiceLooper = null; field in EABService192 mServiceLooper = thread.getLooper(); in onCreate()193 if (mServiceLooper != null) { in onCreate()194 mServiceHandler = new ServiceHandler(mServiceLooper); in onCreate()