Searched defs:getAttention (Results 1 - 1 of 1) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/utils/
H A DNotificationUtils.java474 final boolean getAttention) {
485 intent.putExtra(EXTRA_GET_ATTENTION, getAttention);
496 final boolean getAttention, final ContactFetcher contactFetcher) {
498 + " folder = %s, getAttention = %b", unreadCount, unseenCount,
499 account.getEmailAddress(), folder.folderUri, getAttention);
532 LogUtils.v(LOG_TAG, "New email: %s mapSize: %d getAttention: %b",
534 getAttention);
538 validateNotifications(context, folder, account, getAttention, ignoreUnobtrusiveSetting,
547 final Account account, boolean getAttention, boolean ignoreUnobtrusiveSetting,
555 + "folder: %s getAttention
472 sendSetNewEmailIndicatorIntent(Context context, final int unreadCount, final int unseenCount, final Account account, final Folder folder, final boolean getAttention) argument
494 setNewEmailIndicator(Context context, final int unreadCount, final int unseenCount, final Account account, final Folder folder, final boolean getAttention, final ContactFetcher contactFetcher) argument
546 validateNotifications(Context context, final Folder folder, final Account account, boolean getAttention, boolean ignoreUnobtrusiveSetting, NotificationKey key, final ContactFetcher contactFetcher) argument
[all...]

Completed in 38 milliseconds