Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DFolderListFragment.java189 private AllAccountObserver mAllAccountsObserver = null; field in FolderListFragment
389 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()