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

/frameworks/base/core/java/android/app/
H A DActivityThread.java1256 handleStopActivity((IBinder)msg.obj, true, msg.arg2);
1261 handleStopActivity((IBinder)msg.obj, false, msg.arg2);
3183 private void handleStopActivity(IBinder token, boolean show, int configChanges) { method in class:ActivityThread

Completed in 33 milliseconds