Home
last modified time | relevance | path

Searched refs:topTaskInfoContainer (Results 1 – 2 of 2) sorted by relevance

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/am/
DCarActivityServiceTaskMonitorUnitTest.java444 for (TaskInfo topTaskInfoContainer : mService.getVisibleTasksInternal()) { in topTasksHasComponent()
445 if (topTaskInfoContainer.topActivity.equals(component)) { in topTasksHasComponent()
/packages/services/Car/service/src/com/android/car/pm/
DCarPackageManagerService.java1564 private boolean isActivityAllowed(TaskInfo topTaskInfoContainer) { in isActivityAllowed() argument
1565 ComponentName activityName = topTaskInfoContainer.topActivity; in isActivityAllowed()
1575 TaskInfoHelper.getDisplayId(topTaskInfoContainer))); in isActivityAllowed()