/packages/apps/UnifiedEmail/src/com/android/mail/ |
D | MailIntentService.java | 30 import com.android.mail.utils.NotificationUtils; 76 NotificationUtils.cancelAndResendNotificationsOnLocaleChange( in onHandleIntent() 82 NotificationUtils.clearFolderNotification(this, account, folder, true /* markSeen */); in onHandleIntent() 92 NotificationUtils.resendNotifications( in onHandleIntent() 101 NotificationUtils.markConversationAsReadAndSeen(this, conversationUri); in onHandleIntent() 102 NotificationUtils.resendNotifications(this, false, account.uri, in onHandleIntent() 105 final int unreadCount = intent.getIntExtra(NotificationUtils.EXTRA_UNREAD_COUNT, 0); in onHandleIntent() 106 final int unseenCount = intent.getIntExtra(NotificationUtils.EXTRA_UNSEEN_COUNT, 0); in onHandleIntent() 110 intent.getBooleanExtra(NotificationUtils.EXTRA_GET_ATTENTION, false); in onHandleIntent() 112 NotificationUtils.setNewEmailIndicator(this, unreadCount, unseenCount, in onHandleIntent()
|
/packages/apps/UnifiedEmail/src/com/android/mail/photo/ |
D | ContactFetcher.java | 21 import com.android.mail.utils.NotificationUtils; 28 NotificationUtils.ContactIconInfo getContactPhoto( in getContactPhoto()
|
/packages/apps/Car/Notification/src/com/android/car/notification/template/ |
D | CarNotificationBaseViewHolder.java | 31 import com.android.car.notification.NotificationUtils; 205 NotificationUtils.isSystemApp(mContext, getStatusBarNotification()); in canChangeCardBackgroundColor() 206 boolean isSignedWithPlatformKey = NotificationUtils.isSignedWithPlatformKey(mContext, in canChangeCardBackgroundColor()
|
/packages/apps/Car/Notification/src/com/android/car/notification/ |
D | NotificationUtils.java | 26 public class NotificationUtils { class 29 private NotificationUtils() { in NotificationUtils() method in NotificationUtils
|
D | PreprocessingManager.java | 193 && NotificationUtils.isSystemPrivilegedOrPlatformKey(mContext, in isLessImportantForegroundNotification()
|
D | CarHeadsUpNotificationManager.java | 734 if (NotificationUtils.isSystemPrivilegedOrPlatformKey(mContext, in shouldShowHeadsUp()
|
/packages/apps/Car/Dialer/src/com/android/car/dialer/notification/ |
D | NotificationUtils.java | 38 final class NotificationUtils { class 39 private NotificationUtils() { in NotificationUtils() method in NotificationUtils
|
D | InCallNotificationController.java | 101 NotificationUtils.getDisplayNameAndRoundedAvatar(mContext, number); in showInCallNotification()
|
D | MissedCallNotificationController.java | 139 NotificationUtils.getDisplayNameAndRoundedAvatar(mContext, phoneNumberString); in showMissedCallNotification()
|
/packages/apps/Email/src/com/android/email/ |
D | EmailNotificationController.java | 55 import com.android.mail.utils.NotificationUtils; 584 NotificationUtils.clearAccountNotifications(context, notifAccount); in cancelNotifications() 721 NotificationUtils.sendSetNewEmailIndicatorIntent(context, unreadCount, unseenCount, in handleUpdateNotificationIntent() 741 NotificationUtils.resendNotifications( in refreshAllNotificationsInternal()
|
/packages/inputmethods/LatinIME/tools/EditTextVariations/src/com/android/inputmethod/tools/edittextvariations/ |
D | NotificationBroadcastReceiver.java | 29 NotificationUtils.onReceiveDirectReply(context, intent); in onReceive()
|
D | EditTextVariations.java | 166 if (NotificationUtils.DIRECT_REPLY_SUPPORTED) { in onCreateOptionsMenu() 202 NotificationUtils.sendDirectReplyNotification(this); in onOptionsItemSelected()
|
D | NotificationUtils.java | 34 final class NotificationUtils { class
|
/packages/apps/UnifiedEmail/src/com/android/mail/utils/ |
D | NotificationActionUtils.java | 791 final int notificationId = NotificationUtils.getNotificationId( in createUndoNotification() 818 NotificationUtils.getNotificationId(account.getAccountManagerAccount(), folder); in cancelUndoNotification() 839 final int notificationId = NotificationUtils.getNotificationId( in processUndoNotification()
|
D | NotificationUtils.java | 88 public class NotificationUtils { class
|
/packages/apps/UnifiedEmail/tests/src/com/android/mail/utils/ |
D | NotificationUtilsTest.java | 22 import com.android.mail.utils.NotificationUtils.MailMessagePlainTextConverter;
|
/packages/apps/Email/src/com/android/email/activity/setup/ |
D | AccountSettingsFragment.java | 69 import com.android.mail.utils.NotificationUtils; 641 NotificationUtils.moveNotificationSetting( in loadSettings()
|