Home
last modified time | relevance | path

Searched defs:allowedTypes (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accounts/
H A DAddAccountWithTypeActivity.java86 String[] allowedTypes = getIntent().getStringArrayExtra( in onCreate() local
107 private void startAccountTypePicker(String[] allowedTypes) { in startAccountTypePicker()
/aosp12/packages/apps/Contacts/src/com/android/contacts/model/
H A DRawContactModifier.java1189 final SparseArray<EventEditType> allowedTypes = new SparseArray<EventEditType>(); in migrateEvent() local
1283 final Set<Integer> allowedTypes = new HashSet<Integer>(); in migrateGenericWithTypeColumn() local