Searched refs:getAllStackInfos (Results 1 – 12 of 12) sorted by relevance
409 stacks = getService().getAllStackInfos(); in listAllStacks()
702 final List<StackInfo> stackInfoList = mActivityTaskManager.getAllStackInfos(); in getTopMostStackInfo()
275 List<ActivityManager.StackInfo> getAllStackInfos(); in getAllStackInfos() method
398 List<ActivityManager.StackInfo> getAllStackInfos(); in getAllStackInfos() method
207 List<StackInfo> stackInfos = mIatm.getAllStackInfos(); in isRecentsActivityVisible()
923 ActivityTaskManager.getService().getAllStackInfos()); in onTaskStackChanged()933 ActivityTaskManager.getService().getAllStackInfos()); in onTaskDisplayChanged()
989 assertSecurityException(expectCallable, () -> mTestService.getAllStackInfos()); in doTestRecentTasksApis()
1321 ArrayList<ActivityManager.StackInfo> getAllStackInfos() { in getAllStackInfos() method in RootActivityContainer
2763 public List<ActivityManager.StackInfo> getAllStackInfos() { in getAllStackInfos() method in ActivityTaskManagerService2768 return mRootActivityContainer.getAllStackInfos(); in getAllStackInfos()
2614 List<ActivityManager.StackInfo> stacks = mTaskInterface.getAllStackInfos();
6365 public List<StackInfo> getAllStackInfos() { in getAllStackInfos() method in ActivityManagerService6366 return mActivityTaskManager.getAllStackInfos(); in getAllStackInfos()
5707 Landroid/app/IActivityManager$Stub$Proxy;->getAllStackInfos()Ljava/util/List;