Home
last modified time | relevance | path

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

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/accounts/
DProviderEntry.java21 public class ProviderEntry implements Comparable<ProviderEntry> { class
25 ProviderEntry(CharSequence providerName, String accountType) { in ProviderEntry() method in ProviderEntry
30 public int compareTo(ProviderEntry another) { in compareTo()
DChooseAccountPreferenceController.java62 private final List<ProviderEntry> mProviderList;
159 new ProviderEntry(providerName, accountType)); in onAuthDescriptionsUpdated()
183 for (ProviderEntry pref : mProviderList) { in onAuthDescriptionsUpdated()
/packages/apps/Settings/src/com/android/settings/accounts/
DProviderEntry.java21 public class ProviderEntry implements Comparable<ProviderEntry> { class
25 ProviderEntry(CharSequence providerName, String accountType) { in ProviderEntry() method in ProviderEntry
30 public int compareTo(ProviderEntry another) { in compareTo()
DChooseAccountPreferenceController.java62 private final List<ProviderEntry> mProviderList;
159 new ProviderEntry(providerName, accountType)); in onAuthDescriptionsUpdated()
183 for (ProviderEntry pref : mProviderList) { in onAuthDescriptionsUpdated()