Home
last modified time | relevance | path

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

/packages/apps/Email/src/com/android/email/
DSecurityPolicy.java602 NotificationController.getInstance(mContext).showSecurityNeededNotification(account); in setAccountPolicy()
637 NotificationController.getInstance(mContext).showSecurityNeededNotification(account); in policiesRequired()
DNotificationController.java784 public void showSecurityNeededNotification(Account account) { in showSecurityNeededNotification() method in NotificationController