Searched refs:mAuthenticatorDescs (Results 1 – 1 of 1) sorted by relevance
63 private AuthenticatorDescription[] mAuthenticatorDescs; field in AccountsTester143 for (AuthenticatorDescription desc : mAuthenticatorDescs) { in getView()165 mAuthenticatorDescs = mAccountManager.getAuthenticatorTypes(); in initializeAuthenticatorsSpinner()166 List<String> names = new ArrayList(mAuthenticatorDescs.length); in initializeAuthenticatorsSpinner()167 for (int i = 0; i < mAuthenticatorDescs.length; i++) { in initializeAuthenticatorsSpinner()170 authContext = createPackageContext(mAuthenticatorDescs[i].packageName, 0); in initializeAuthenticatorsSpinner()175 names.add(authContext.getString(mAuthenticatorDescs[i].labelId)); in initializeAuthenticatorsSpinner()241 return mAuthenticatorDescs[mAccountTypesSpinner.getSelectedItemPosition()]; in getSelectedAuthenticator()