Searched refs:NOTIFICATION_ID_BASE_MASK (Results 1 – 1 of 1) sorted by relevance
72 private static final int NOTIFICATION_ID_BASE_MASK = 0xF0000000; field in EmailNotificationController113 return (notificationId & NOTIFICATION_ID_BASE_MASK) == NOTIFICATION_ID_BASE_SECURITY_NEEDED; in needsOngoingNotification()