Searched refs:NOTIFICATION_ID_BASE_NEW_MESSAGES (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Email/src/com/android/email/
H A DNotificationController.java76 private static final int NOTIFICATION_ID_BASE_NEW_MESSAGES = 0x10000000; field in class:NotificationController
225 return (int) (NOTIFICATION_ID_BASE_NEW_MESSAGES + accountId);

Completed in 69 milliseconds