HomeSort by relevance Sort by last modified time
    Searched defs:mAuthenticatorInfosToDisplay (Results 1 - 7 of 7) sorted by null

  /frameworks/base/core/java/android/accounts/
ChooseAccountTypeActivity.java 49 private ArrayList<AuthInfo> mAuthenticatorInfosToDisplay;
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);
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 

Completed in 57 milliseconds