Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DActivityThread.java1654 handleDestroyActivity((IBinder)msg.obj, msg.arg1 != 0, in handleMessage()
4454 private void handleDestroyActivity(IBinder token, boolean finishing, in handleDestroyActivity() method in ActivityThread
4730 handleDestroyActivity(r.token, false, configChanges, true); in handleRelaunchActivity()