Home
last modified time | relevance | path

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

/packages/apps/Email/src/com/android/email/
DEmailNotificationController.java70 private static final int NOTIFICATION_ID_PASSWORD_EXPIRED = 5; field in EmailNotificationController
485 NOTIFICATION_ID_PASSWORD_EXPIRED); in showPasswordExpiredNotificationSynchronous()
494 mNotificationManager.cancel(NOTIFICATION_ID_PASSWORD_EXPIRED); in cancelPasswordExpirationNotifications()