Searched defs:handleStopService (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/core/java/android/app/
H A DActivityThread.java1447 handleStopService((IBinder)msg.obj);
3035 private void handleStopService(IBinder token) { method in class:ActivityThread
3054 Slog.i(TAG, "handleStopService: unable to execute serviceDoneExecuting for "
3063 Slog.i(TAG, "handleStopService: exception for " + token, e);
3066 Slog.i(TAG, "handleStopService: token=" + token + " not found.");

Completed in 82 milliseconds