Searched refs:NotificationEntry (Results 1 – 10 of 10) sorted by relevance
/packages/modules/ExtServices/tests/src/android/ext/services/notification/ |
D | NotificationEntryTest.java | 119 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 …]
|
D | AgingHelperTest.java | 105 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()
|
D | SmartActionsHelperTest.java | 477 private NotificationEntry createNotificationEntry() { in createNotificationEntry() 480 return new NotificationEntry( in createNotificationEntry()
|
D | NotificationCategorizerTest.java | 50 private NotificationEntry mEntry;
|
D | AssistantTest.java | 472 new NotificationEntry(mContext, mPackageManager, sbn, P1C3, mSmsHelper), in testAssistantNeverIncreasesImportanceWhenSuggestingSilent()
|
/packages/modules/ExtServices/src/android/ext/services/notification/ |
D | Assistant.java | 98 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()
|
D | SmartActionsHelper.java | 90 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()
|
D | NotificationCategorizer.java | 60 public boolean shouldSilence(NotificationEntry entry) { in shouldSilence() 69 public int getCategory(NotificationEntry entry) { in getCategory()
|
D | AgingHelper.java | 67 public void onNotificationSeen(NotificationEntry entry) { in onNotificationSeen() 92 public void onNotificationPosted(NotificationEntry entry) { in onNotificationPosted()
|
D | NotificationEntry.java | 52 public class NotificationEntry { class 72 public NotificationEntry(Context applicationContext, IPackageManager packageManager, in NotificationEntry() method in NotificationEntry
|