Searched refs:mAuthenticatorHelper (Results 1 – 5 of 5) sorted by relevance
57 protected AuthenticatorHelper mAuthenticatorHelper; field in AccountPreferenceBase70 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()
110 mAuthenticatorHelper.listenToAccountUpdates(); in onResume()148 mAuthenticatorHelper.stopListeningToAccountUpdates(); in onPause()520 mAuthenticatorHelper.getAccountTypeDescription(mAccountType); in isSafeIntent()
225 mAuthenticatorHelper.listenToAccountUpdates(); in onResume()234 mAuthenticatorHelper.stopListeningToAccountUpdates(); in onPause()
77 private AuthenticatorHelper mAuthenticatorHelper; field in AccountSyncFragment95 mAuthenticatorHelper = new AuthenticatorHelper(getActivity(), mUserHandle, this); in onCreate()120 mAuthenticatorHelper.listenToAccountUpdates(); in onStart()121 mAuthenticatorHelper.updateAuthDescriptions(getActivity()); in onStart()134 mAuthenticatorHelper.stopListeningToAccountUpdates(); in onStop()
80 private AuthenticatorHelper mAuthenticatorHelper; field in MainFragment106 mAuthenticatorHelper = new AuthenticatorHelper(getContext(), in onCreate()158 mAuthenticatorHelper.listenToAccountUpdates(); in onStart()184 mAuthenticatorHelper.stopListeningToAccountUpdates(); in onStop()