Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/accounts/
DChooseAccountTypeActivity.java49 private ArrayList<AuthInfo> mAuthenticatorInfosToDisplay; field in ChooseAccountTypeActivity
76 mAuthenticatorInfosToDisplay = new ArrayList<AuthInfo>(mTypeToAuthenticatorInfo.size()); in onCreate()
84 mAuthenticatorInfosToDisplay.add(info); in onCreate()
87 if (mAuthenticatorInfosToDisplay.isEmpty()) { in onCreate()
95 if (mAuthenticatorInfosToDisplay.size() == 1) { in onCreate()
96 setResultAndFinish(mAuthenticatorInfosToDisplay.get(0).desc.type); in onCreate()
105 android.R.layout.simple_list_item_1, mAuthenticatorInfosToDisplay)); in onCreate()
110 setResultAndFinish(mAuthenticatorInfosToDisplay.get(position).desc.type); in onCreate()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt444 Landroid/accounts/ChooseAccountTypeActivity;->mAuthenticatorInfosToDisplay:Ljava/util/ArrayList;