Searched refs:mAuthenticatorInfosToDisplay (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/accounts/
H A DChooseAccountTypeActivity.java49 private ArrayList<AuthInfo> mAuthenticatorInfosToDisplay; field in class:ChooseAccountTypeActivity
76 mAuthenticatorInfosToDisplay = new ArrayList<AuthInfo>(mTypeToAuthenticatorInfo.size());
84 mAuthenticatorInfosToDisplay.add(info);
87 if (mAuthenticatorInfosToDisplay.isEmpty()) {
95 if (mAuthenticatorInfosToDisplay.size() == 1) {
96 setResultAndFinish(mAuthenticatorInfosToDisplay.get(0).desc.type);
105 android.R.layout.simple_list_item_1, mAuthenticatorInfosToDisplay));
110 setResultAndFinish(mAuthenticatorInfosToDisplay.get(position).desc.type);

Completed in 109 milliseconds