Home
last modified time | relevance | path

Searched refs:mServiceLooper (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/app/
DIntentService.java53 private volatile Looper mServiceLooper; field in IntentService
110 mServiceLooper = thread.getLooper(); in onCreate()
111 mServiceHandler = new ServiceHandler(mServiceLooper); in onCreate()
136 mServiceLooper.quit(); in onDestroy()
/frameworks/base/docs/html/guide/components/
Dservices.jd396 private Looper mServiceLooper;
434 mServiceLooper = thread.getLooper();
435 mServiceHandler = new ServiceHandler(mServiceLooper);