Home
last modified time | relevance | path

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

/packages/modules/ExtServices/java/tests/src/android/ext/services/notification/
DNotificationEntryTest.java117 NotificationEntry entry = new NotificationEntry( in testHasPerson()
126 NotificationEntry entry = new NotificationEntry( in testNotPerson()
135 NotificationEntry entry = new NotificationEntry( in testHasPerson_matchesDefaultSmsApp()
144 NotificationEntry entry = new NotificationEntry( in testHasPerson_doesntMatchDefaultSmsApp()
156 NotificationEntry entry = new NotificationEntry( in testIsInboxStyle()
168 NotificationEntry entry = new NotificationEntry( in testIsMessagingStyle()
180 NotificationEntry entry = new NotificationEntry( in testIsNotPersonStyle()
191 NotificationEntry entry = new NotificationEntry( in testIsAudioAttributes()
200 NotificationEntry entry = new NotificationEntry( in testIsNotAudioAttributes()
213 NotificationEntry entry = new NotificationEntry( in testIsCategory()
[all …]
/packages/modules/ExtServices/java/src/android/ext/services/notification/
DAssistant.java56 protected ArrayMap<String, NotificationEntry> mLiveNotifications = new ArrayMap<>();
107 NotificationEntry entry = in onNotificationEnqueued()
108 new NotificationEntry(this, mPackageManager, sbn, channel, mSmsHelper); in onNotificationEnqueued()
130 @NonNull NotificationEntry entry, in createEnqueuedNotificationAdjustment()
160 NotificationEntry entry = new NotificationEntry(this, mPackageManager, in onNotificationPosted()
201 NotificationEntry entry = mLiveNotifications.get(key); in onNotificationExpansionChanged()
DNotificationEntry.java47 public class NotificationEntry { class
67 public NotificationEntry(Context applicationContext, PackageManager packageManager, in NotificationEntry() method in NotificationEntry