Searched defs:performDestroyActivity (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/app/
H A DActivityThread.java4104 public final ActivityClientRecord performDestroyActivity(IBinder token, boolean finishing) { method in class:ActivityThread
4105 return performDestroyActivity(token, finishing, 0, false);
4108 private ActivityClientRecord performDestroyActivity(IBinder token, boolean finishing, method in class:ActivityThread
4185 ActivityClientRecord r = performDestroyActivity(token, finishing,

Completed in 21 milliseconds