Home
last modified time | relevance | path

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

/packages/apps/Email/provider_src/com/android/email/
DNotificationController.java32 void showSecurityNeededNotification(Account account); in showSecurityNeededNotification() method
DSecurityPolicy.java466 nc.showSecurityNeededNotification(account); in setAccountHoldFlag()
516 nc.showSecurityNeededNotification(account); in policiesRequired()
657 nc.showSecurityNeededNotification(account); in setAccountPolicy()
/packages/apps/Email/src/com/android/email/
DEmailNotificationController.java502 public void showSecurityNeededNotification(Account account) { in showSecurityNeededNotification() method in EmailNotificationController