Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DActivityThread.java1327 handleStopActivity((IBinder)msg.obj, true, msg.arg2); in handleMessage()
1332 handleStopActivity((IBinder)msg.obj, false, msg.arg2); in handleMessage()
3420 private void handleStopActivity(IBinder token, boolean show, int configChanges) { in handleStopActivity() method in ActivityThread