HomeSort by relevance Sort by last modified time
    Searched full:notificationset (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/browser/extensions/
extension_test_notification_observer.cc 51 class NotificationSet : public content::NotificationObserver {
72 void NotificationSet::Add(
78 void NotificationSet::Add(int type) {
82 void NotificationSet::Observe(
97 NotificationSet* notification_set) {
112 NotificationSet notification_set;
177 NotificationSet notification_set;
  /packages/apps/Mms/src/com/android/mms/transaction/
MessagingNotification.java 252 // notificationSet is kept sorted by the incoming message delivery time, with the
254 SortedSet<NotificationInfo> notificationSet =
259 addMmsNotificationInfos(context, threads, notificationSet);
260 addSmsNotificationInfos(context, threads, notificationSet);
262 if (notificationSet.isEmpty()) {
264 Log.d(TAG, "blockingUpdateNewMessageIndicator: notificationSet is empty, " +
270 Log.d(TAG, "blockingUpdateNewMessageIndicator: count=" + notificationSet.size() +
286 notificationSet);
296 notificationSet.clear();
561 Context context, Set<Long> threads, SortedSet<NotificationInfo> notificationSet) {
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/preferences/
MailPrefs.java 263 public void cacheActiveNotificationSet(final Set<String> notificationSet) {
264 getEditor().putStringSet(PreferenceKeys.CACHED_ACTIVE_NOTIFICATION_SET, notificationSet)
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
NotificationUtils.java 165 final Set<String> notificationSet = mailPrefs.getActiveNotificationSet();
166 if (notificationSet != null) {
167 for (String notificationEntry : notificationSet) {
215 final Set<String> notificationSet = Sets.newHashSet();
225 notificationSet.add(TextUtils.join(NOTIFICATION_PART_SEPARATOR, partValues));
229 mailPrefs.cacheActiveNotificationSet(notificationSet);
    [all...]

Completed in 97 milliseconds