Home | History | Annotate | Download | only in ui

Lines Matching refs:mAccountObserver

143     private AccountObserver mAccountObserver = null;
283 mAccountObserver = new AccountObserver() {
292 setSelectedAccount(mAccountObserver.initialize(accountController));
410 if (mAccountObserver != null) {
411 mAccountObserver.unregisterAndDestroy();
412 mAccountObserver = null;