Searched refs:getAllStackInfos (Results 1 – 12 of 12) sorted by relevance
409 stacks = getService().getAllStackInfos(); in listAllStacks()
727 final List<StackInfo> stackInfoList = mActivityTaskManager.getAllStackInfos(); in getTopMostStackInfo()
275 List<ActivityManager.StackInfo> getAllStackInfos(); in getAllStackInfos() method
410 List<ActivityManager.StackInfo> getAllStackInfos(); in getAllStackInfos() method
573 ActivityTaskManager.getService().getAllStackInfos()); in restartNavBars()1326 ActivityTaskManager.getService().getAllStackInfos()); in onTaskStackChanged()1336 ActivityTaskManager.getService().getAllStackInfos()); in onTaskDisplayChanged()
207 List<StackInfo> stackInfos = mIatm.getAllStackInfos(); in isRecentsActivityVisible()
989 assertSecurityException(expectCallable, () -> mTestService.getAllStackInfos()); in doTestRecentTasksApis()
1331 ArrayList<ActivityManager.StackInfo> getAllStackInfos() { in getAllStackInfos() method in RootActivityContainer
2785 public List<ActivityManager.StackInfo> getAllStackInfos() { in getAllStackInfos() method in ActivityTaskManagerService2790 return mRootActivityContainer.getAllStackInfos(); in getAllStackInfos()
2678 List<ActivityManager.StackInfo> stacks = mTaskInterface.getAllStackInfos();
6394 public List<StackInfo> getAllStackInfos() { in getAllStackInfos() method in ActivityManagerService6395 return mActivityTaskManager.getAllStackInfos(); in getAllStackInfos()
5329 Landroid/app/IActivityManager$Stub$Proxy;->getAllStackInfos()Ljava/util/List;