Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/src/com/android/settings/accounts/
H A DChooseAccountPreferenceController.java117 finishWithAccountType(pref.getAccountType()); in handlePreferenceTreeClick()
179 finishWithAccountType(mProviderList.get(0).getType()); in onAuthDescriptionsUpdated()
281 private void finishWithAccountType(String accountType) { in finishWithAccountType() method in ChooseAccountPreferenceController