Home
last modified time | relevance | path

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

/packages/apps/Exchange/exchange2/src/com/android/exchange/
DExchangeService.java377 } else if (onSecurityHold(acct)) {
645 private boolean onSecurityHold(Account account) { in onSecurityHold() method in ExchangeService
686 if (onSecurityHold(account)) { in AccountObserver()
810 if (onSecurityHold(account) && !onSecurityHold(updatedAccount)) { in onAccountChanged()