Searched refs:mAllAccountsObserver (Results 1 – 1 of 1) sorted by relevance
189 private AllAccountObserver mAllAccountsObserver = null; field in FolderListFragment389 mAllAccountsObserver = new AllAccountObserver(){ in onActivityCreated()401 mAllAccountsObserver.initialize(accountController); in onActivityCreated()551 if (mAllAccountsObserver != null) { in onDestroyView()552 mAllAccountsObserver.unregisterAndDestroy(); in onDestroyView()553 mAllAccountsObserver = null; in onDestroyView()736 if (mAllAccountsObserver != null) { in getAllAccounts()737 return mAllAccountsObserver.getAllAccounts(); in getAllAccounts()