Home
last modified time | relevance | path

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

/development/apps/Development/src/com/android/development/
DAccountsTester.java63 private AuthenticatorDescription[] mAuthenticatorDescs; field in AccountsTester
143 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()