Home
last modified time | relevance | path

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

/packages/apps/Email/src/com/android/email/
DEmailNotificationController.java72 private static final int NOTIFICATION_ID_BASE_MASK = 0xF0000000; field in EmailNotificationController
113 return (notificationId & NOTIFICATION_ID_BASE_MASK) == NOTIFICATION_ID_BASE_SECURITY_NEEDED; in needsOngoingNotification()