Home
last modified time | relevance | path

Searched defs:isProgress (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Car/Notification/src/com/android/car/notification/
DNotificationUtils.java185 public static boolean isProgress(Notification notification) { in isProgress() method in NotificationUtils
/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
DPreprocessingManagerTest.java1242 boolean isGroupSummary, boolean isProgress) { in generateNotification()