Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/accounts/
DAccountPreferenceBase.java57 protected AuthenticatorHelper mAuthenticatorHelper; field in AccountPreferenceBase
70 mAuthenticatorHelper = new AuthenticatorHelper(activity, mUserHandle, this); in onCreate()
133 return mAuthenticatorHelper.getAuthoritiesForAccountType(type); in getAuthoritiesForAccountType()
144 if (mAuthenticatorHelper.containsAccountType(accountType)) { in addPreferencesForType()
147 desc = mAuthenticatorHelper.getAccountTypeDescription(accountType); in addPreferencesForType()
174 mAuthenticatorHelper.updateAuthDescriptions(getActivity()); in updateAuthDescriptions()
179 return mAuthenticatorHelper.getDrawableForType(getActivity(), accountType); in getDrawableForType()
183 return mAuthenticatorHelper.getLabelForType(getActivity(), accountType); in getLabelForType()
DManageAccountsSettings.java110 mAuthenticatorHelper.listenToAccountUpdates(); in onResume()
148 mAuthenticatorHelper.stopListeningToAccountUpdates(); in onPause()
520 mAuthenticatorHelper.getAccountTypeDescription(mAccountType); in isSafeIntent()
DAccountSyncSettings.java225 mAuthenticatorHelper.listenToAccountUpdates(); in onResume()
234 mAuthenticatorHelper.stopListeningToAccountUpdates(); in onPause()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accounts/
DAccountSyncFragment.java77 private AuthenticatorHelper mAuthenticatorHelper; field in AccountSyncFragment
95 mAuthenticatorHelper = new AuthenticatorHelper(getActivity(), mUserHandle, this); in onCreate()
120 mAuthenticatorHelper.listenToAccountUpdates(); in onStart()
121 mAuthenticatorHelper.updateAuthDescriptions(getActivity()); in onStart()
134 mAuthenticatorHelper.stopListeningToAccountUpdates(); in onStop()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/
DMainFragment.java80 private AuthenticatorHelper mAuthenticatorHelper; field in MainFragment
106 mAuthenticatorHelper = new AuthenticatorHelper(getContext(), in onCreate()
158 mAuthenticatorHelper.listenToAccountUpdates(); in onStart()
184 mAuthenticatorHelper.stopListeningToAccountUpdates(); in onStop()