Searched defs:moveToFront (Results 1 – 3 of 3) sorted by relevance
29 void moveToFront(in IApplicationThread appThread, in String callingPackage); in moveToFront() method
95 public void moveToFront(IApplicationThread appThread, String callingPackage) { in moveToFront() method in AppTaskImpl
1252 void moveToFront(String reason) { in moveToFront() method in ActivityStack1260 void moveToFront(String reason, TaskRecord task) { in moveToFront() method in ActivityStack5646 void moveToFrontAndResumeStateIfNeeded(ActivityRecord r, boolean moveToFront, boolean setResume, in moveToFrontAndResumeStateIfNeeded()