Searched refs:mServiceLooper (Results 1 – 3 of 3) sorted by relevance
43 private Looper mServiceLooper; field in StatsdCtsForegroundService80 mServiceLooper = thread.getLooper(); in onCreate()81 mServiceHandler = new ServiceHandler(mServiceLooper); in onCreate()
32 private var mServiceLooper: Looper? = null variable in com.android.calendar.alerts.AlertService112 mServiceLooper?.quit() in onDestroy()
164 private volatile Looper mServiceLooper; field in StkAppService416 mServiceLooper.quit(); in onDestroy()427 mServiceLooper = Looper.myLooper(); in run()