Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
DCarHeadsUpNotificationQueueTest.java540 generateRunningTaskInfo(PKG_1, /* displayAreaFeatureId= */ 111); in triggerCallback_doesNot_showNotifications_whenAllowlistAppsAreInForeground()
564 generateRunningTaskInfo(PKG_2, /* displayAreaFeatureId= */ 111); in triggerCallback_does_showNotifications_whenAllowlistAppsAreNotInForeground()
589 generateRunningTaskInfo(PKG_1, /* displayAreaFeatureId= */ 111); in nonAllowlistAppInForeground_afterAllowlistApp_callbackScheduled()
591 generateRunningTaskInfo(PKG_2, /* displayAreaFeatureId= */ 111); in nonAllowlistAppInForeground_afterAllowlistApp_callbackScheduled()
615 generateRunningTaskInfo(PKG_2, /* displayAreaFeatureId= */ 111); in nonAllowlistAppInForeground_afterNonAllowlistApp_callbackNotScheduled()
617 generateRunningTaskInfo(PKG_3, /* displayAreaFeatureId= */ 111); in nonAllowlistAppInForeground_afterNonAllowlistApp_callbackNotScheduled()
976 private ActivityManager.RunningTaskInfo generateRunningTaskInfo(String pkg, in generateRunningTaskInfo() method in CarHeadsUpNotificationQueueTest