Home
last modified time | relevance | path

Searched refs:getAttention (Results 1 – 2 of 2) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/utils/
DNotificationUtils.java474 final boolean getAttention) { in sendSetNewEmailIndicatorIntent() argument
485 intent.putExtra(EXTRA_GET_ATTENTION, getAttention); in sendSetNewEmailIndicatorIntent()
496 final boolean getAttention, final ContactFetcher contactFetcher) { in setNewEmailIndicator() argument
499 account.getEmailAddress(), folder.folderUri, getAttention); in setNewEmailIndicator()
534 getAttention); in setNewEmailIndicator()
538 validateNotifications(context, folder, account, getAttention, ignoreUnobtrusiveSetting, in setNewEmailIndicator()
547 final Account account, boolean getAttention, boolean ignoreUnobtrusiveSetting, in validateNotifications() argument
557 notificationMap.size(), folder.name, getAttention, ignoreUnobtrusiveSetting); in validateNotifications()
561 getAttention, ignoreUnobtrusiveSetting); in validateNotifications()
764 getAttention, oldWhen, hasNewConversationNotification); in validateNotifications()
[all …]
/packages/apps/UnifiedEmail/src/com/android/mail/
DMailIntentService.java109 final boolean getAttention = in onHandleIntent()
113 account, folder, getAttention, getContactFetcher()); in onHandleIntent()