Searched refs:mServiceLooper (Results 1 – 2 of 2) sorted by relevance
64 private volatile Looper mServiceLooper; field in IntentService122 mServiceLooper = thread.getLooper(); in onCreate()123 mServiceHandler = new ServiceHandler(mServiceLooper); in onCreate()148 mServiceLooper.quit(); in onDestroy()
6760 Landroid/app/IntentService;->mServiceLooper:Landroid/os/Looper;