Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/accounts/
H A DChooseAccountTypeActivity.java50 private ArrayList<AuthInfo> mAuthenticatorInfosToDisplay; field in ChooseAccountTypeActivity
80 mAuthenticatorInfosToDisplay = new ArrayList<AuthInfo>(mTypeToAuthenticatorInfo.size()); in onCreate()
88 mAuthenticatorInfosToDisplay.add(info); in onCreate()
91 if (mAuthenticatorInfosToDisplay.isEmpty()) { in onCreate()
99 if (mAuthenticatorInfosToDisplay.size() == 1) { in onCreate()
100 setResultAndFinish(mAuthenticatorInfosToDisplay.get(0).desc.type); in onCreate()
109 android.R.layout.simple_list_item_1, mAuthenticatorInfosToDisplay)); in onCreate()
114 setResultAndFinish(mAuthenticatorInfosToDisplay.get(position).desc.type); in onCreate()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt444 Landroid/accounts/ChooseAccountTypeActivity;->mAuthenticatorInfosToDisplay:Ljava/util/ArrayList;