Home
last modified time | relevance | path

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

/packages/modules/ExtServices/tests/src/android/ext/services/notification/
DNotificationEntryTest.java119 NotificationEntry entry = new NotificationEntry( in testHasPerson()
128 NotificationEntry entry = new NotificationEntry( in testNotPerson()
137 NotificationEntry entry = new NotificationEntry( in testHasPerson_matchesDefaultSmsApp()
146 NotificationEntry entry = new NotificationEntry( in testHasPerson_doesntMatchDefaultSmsApp()
158 NotificationEntry entry = new NotificationEntry( in testIsInboxStyle()
170 NotificationEntry entry = new NotificationEntry( in testIsMessagingStyle()
182 NotificationEntry entry = new NotificationEntry( in testIsNotPersonStyle()
193 NotificationEntry entry = new NotificationEntry( in testIsAudioAttributes()
202 NotificationEntry entry = new NotificationEntry( in testIsNotAudioAttributes()
215 NotificationEntry entry = new NotificationEntry( in testIsCategory()
[all …]
DAgingHelperTest.java105 NotificationEntry entry = new NotificationEntry( in testNoSnoozingOnPost()
117 NotificationEntry entry = new NotificationEntry( in testPostResetsSnooze()
129 NotificationEntry entry = new NotificationEntry( in testSnoozingOnSeen()
143 NotificationEntry entry = new NotificationEntry( in testNoSnoozingOnSeenUserLocked()
153 NotificationEntry entry = mock(NotificationEntry.class); in testNoSnoozingOnSeenAlreadyLow()
DSmartActionsHelperTest.java477 private NotificationEntry createNotificationEntry() { in createNotificationEntry()
480 return new NotificationEntry( in createNotificationEntry()
DNotificationCategorizerTest.java50 private NotificationEntry mEntry;
DAssistantTest.java472 new NotificationEntry(mContext, mPackageManager, sbn, P1C3, mSmsHelper), in testAssistantNeverIncreasesImportanceWhenSuggestingSilent()
/packages/modules/ExtServices/src/android/ext/services/notification/
DAssistant.java98 protected ArrayMap<String, NotificationEntry> mLiveNotifications = new ArrayMap<>();
234 NotificationEntry entry = in onNotificationEnqueued()
235 new NotificationEntry(getContext(), mPackageManager, sbn, channel, mSmsHelper); in onNotificationEnqueued()
253 @NonNull NotificationEntry entry, in createEnqueuedNotificationAdjustment()
292 NotificationEntry entry = new NotificationEntry(getContext(), mPackageManager,
376 NotificationEntry entry = mLiveNotifications.get(key); in onNotificationExpansionChanged()
DSmartActionsHelper.java90 SmartSuggestions suggest(NotificationEntry entry) { in suggest()
211 NotificationEntry notificationEntry, boolean hasSmartAction, boolean hasSmartReply) { in suggestionsMightBeUsedInNotification()
252 NotificationEntry entry, in suggestConversationActions()
293 void onNotificationExpansionChanged(NotificationEntry entry, boolean isExpanded) { in onNotificationExpansionChanged()
399 private boolean isEligibleForActionAdjustment(NotificationEntry entry) { in isEligibleForActionAdjustment()
415 private boolean isEligibleForReplyAdjustment(NotificationEntry entry) { in isEligibleForReplyAdjustment()
DNotificationCategorizer.java60 public boolean shouldSilence(NotificationEntry entry) { in shouldSilence()
69 public int getCategory(NotificationEntry entry) { in getCategory()
DAgingHelper.java67 public void onNotificationSeen(NotificationEntry entry) { in onNotificationSeen()
92 public void onNotificationPosted(NotificationEntry entry) { in onNotificationPosted()
DNotificationEntry.java52 public class NotificationEntry { class
72 public NotificationEntry(Context applicationContext, IPackageManager packageManager, in NotificationEntry() method in NotificationEntry