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

/frameworks/base/core/java/android/app/
H A DIntentService.java53 private volatile Looper mServiceLooper; field in class:IntentService
110 mServiceLooper = thread.getLooper();
111 mServiceHandler = new ServiceHandler(mServiceLooper);
136 mServiceLooper.quit();

Completed in 708 milliseconds