Searched defs:recents (Results 1 – 7 of 7) sorted by relevance
50 private val recents by lazy { recentTasks.getOrNull() } in <lambda>() constant in com.android.systemui.mediaprojection.appselector.data.ShellRecentTaskListProvider
148 String[] recents = recentsString.split(RECENT_TIMEZONES_DELIMITER); in onSetFilter() local204 LinkedHashSet<String> recents = new LinkedHashSet<String>(); in saveRecentTimezone() local
665 List<ActivityManager.RecentTaskInfo> recents = mAm.getRecentTasks(10, in buildUi() local
385 final ActivityRecord recents = mock(ActivityRecord.class); in testFixedRotationRecentsAnimatingTask() local
468 final ActivityRecord recents = mock(ActivityRecord.class); in testCheckRotationAfterCleanup() local
77 lastBoundData?.let { recents -> bind(recents) } in <lambda>() method
1159 final Transition recents; in getIsIndependent() local