Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/
DNotificationHelperTest.java20 import static com.android.systemui.people.NotificationHelper.getHighestPriorityNotification;
21 import static com.android.systemui.people.NotificationHelper.getMessagingStyleMessages;
22 import static com.android.systemui.people.NotificationHelper.getSenderIfGroupConversation;
23 import static com.android.systemui.people.NotificationHelper.isMissedCall;
24 import static com.android.systemui.people.NotificationHelper.isMissedCallOrHasContent;
/frameworks/base/tests/OneMedia/src/com/android/onemedia/
DPlayerService.java38 private NotificationHelper mNotifyHelper;
52 mNotifyHelper = new NotificationHelper(this, mSession.mSession); in onCreate()
DNotificationHelper.java30 public class NotificationHelper extends BroadcastReceiver { class
46 public NotificationHelper(Service service, MediaSession session) { in NotificationHelper() method in NotificationHelper
/frameworks/base/packages/SystemUI/src/com/android/systemui/people/
DPeopleSpaceUtils.java19 import static com.android.systemui.people.NotificationHelper.getContactUri;
20 import static com.android.systemui.people.NotificationHelper.getMessagingStyleMessages;
21 import static com.android.systemui.people.NotificationHelper.getSenderIfGroupConversation;
22 import static com.android.systemui.people.NotificationHelper.hasReadContactsPermission;
23 import static com.android.systemui.people.NotificationHelper.isMissedCall;
24 import static com.android.systemui.people.NotificationHelper.shouldMatchNotificationByUri;
DNotificationHelper.java45 public class NotificationHelper { class
58 .filter(NotificationHelper::isMissedCallOrHasContent) in getHighestPriorityNotification()
/frameworks/base/services/core/java/com/android/server/am/
DAppRestrictionController.java297 private final NotificationHelper mNotificationHelper;
553 @NotificationHelper.NotificationType int notificationType) { in getLastNotificationTime()
561 void setLastNotificationTime(@NotificationHelper.NotificationType int notificationType, in setLastNotificationTime()
568 void setLastNotificationTime(@NotificationHelper.NotificationType int notificationType, in setLastNotificationTime()
572 new long[NotificationHelper.NOTIFICATION_TYPE_LAST]; in setLastNotificationTime()
581 int getNotificationId(@NotificationHelper.NotificationType int notificationType) { in getNotificationId()
589 void setNotificationId(@NotificationHelper.NotificationType int notificationType, in setNotificationId()
592 mNotificationId = new int[NotificationHelper.NOTIFICATION_TYPE_LAST]; in setNotificationId()
859 final long[] ts = new long[NotificationHelper.NOTIFICATION_TYPE_LAST]; in loadFromXml()
915 @NotificationHelper.NotificationType int type = in loadOneFromXml()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/people/widget/
DPeopleSpaceWidgetManager.java32 import static com.android.systemui.people.NotificationHelper.getContactUri;
33 import static com.android.systemui.people.NotificationHelper.getHighestPriorityNotification;
34 import static com.android.systemui.people.NotificationHelper.shouldFilterOut;
35 import static com.android.systemui.people.NotificationHelper.shouldMatchNotificationByUri;
101 import com.android.systemui.people.NotificationHelper;
566 .filter(entry -> NotificationHelper.isValid(entry) in groupConversationNotifications()
567 && NotificationHelper.isMissedCallOrHasContent(entry) in groupConversationNotifications()
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
DBackgroundRestrictionTest.java161 import com.android.server.am.AppRestrictionController.NotificationHelper;
2615 if (id == NotificationHelper.SUMMARY_NOTIFICATION_ID) { in checkNotificationShown()
2620 assertTrue(NotificationHelper.SUMMARY_NOTIFICATION_ID < notificationId[i]); in checkNotificationShown()
2621 assertEquals(NotificationHelper.GROUP_KEY, n.getGroup()); in checkNotificationShown()
/frameworks/base/services/
Dart-wear-profile189 Lcom/android/server/am/AppRestrictionController$NotificationHelper$1;
190 Lcom/android/server/am/AppRestrictionController$NotificationHelper;
5224 …am/AppRestrictionController$NotificationHelper$1;-><init>(Lcom/android/server/am/AppRestrictionCon…
5225 HSPLcom/android/server/am/AppRestrictionController$NotificationHelper;-><clinit>()V
5226 HSPLcom/android/server/am/AppRestrictionController$NotificationHelper;-><init>(Lcom/android/server/…
5227 HPLcom/android/server/am/AppRestrictionController$NotificationHelper;->notificationTimeAttrToType(L…
5228 PLcom/android/server/am/AppRestrictionController$NotificationHelper;->notificationTypeToTimeAttr(I)…
5229 PLcom/android/server/am/AppRestrictionController$NotificationHelper;->onSystemReady()V