Searched refs:findTaskInBackground (Results 1 – 5 of 5) sorted by relevance
238 doReturn(sameTaskInfo).when(mRecentTasks).findTaskInBackground(any(), anyInt()); in startIntent_multiInstancesNotSupported_startTaskInBackgroundBeforeSplitActivated()264 .findTaskInBackground(any(), anyInt()); in startIntent_multiInstancesSupported_startTaskInBackgroundAfterSplitActivated()
459 public ActivityManager.RecentTaskInfo findTaskInBackground(ComponentName componentName, in findTaskInBackground() method in RecentTasksController483 public ActivityManager.RecentTaskInfo findTaskInBackground(int taskId) { in findTaskInBackground() method in RecentTasksController
318 recentTasksController?.findTaskInBackground(taskId)?.let { in <lambda>()
849 .map(recentTasks -> recentTasks.findTaskInBackground(component, userId1)) in startIntent()
650 whenever(recentTasksController.findTaskInBackground(anyInt())).thenReturn(task) in <lambda>()