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
835 void moveToFront(String reason) { in moveToFront() method in ActivityStack843 void moveToFront(String reason, Task task) { in moveToFront() method in ActivityStack3002 void moveToFrontAndResumeStateIfNeeded(ActivityRecord r, boolean moveToFront, boolean setResume, in moveToFrontAndResumeStateIfNeeded()