Home
last modified time | relevance | path

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

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/slices/
DSettingsSliceProvider.java253 final List<Uri> descendants = new ArrayList<>(); in onGetSliceDescendants() local
258 descendants.add(uri); in onGetSliceDescendants()
259 return descendants; in onGetSliceDescendants()
272 descendants.addAll(buildUrisFromKeys(platformKeys, SettingsSlicesContract.AUTHORITY)); in onGetSliceDescendants()
273 descendants.addAll(buildUrisFromKeys(oemKeys, SettingsSliceProvider.SLICE_AUTHORITY)); in onGetSliceDescendants()
274 descendants.addAll(getSpecialCaseUris(true /* isPlatformSlice */)); in onGetSliceDescendants()
275 descendants.addAll(getSpecialCaseUris(false /* isPlatformSlice */)); in onGetSliceDescendants()
277 return descendants; in onGetSliceDescendants()
286 return descendants; in onGetSliceDescendants()
292 descendants.addAll(buildUrisFromKeys(keys, authority)); in onGetSliceDescendants()
[all …]
/packages/apps/Settings/src/com/android/settings/slices/
DSettingsSliceProvider.java258 final List<Uri> descendants = new ArrayList<>(); in onGetSliceDescendants() local
263 descendants.add(uri); in onGetSliceDescendants()
264 return descendants; in onGetSliceDescendants()
277 descendants.addAll(buildUrisFromKeys(platformKeys, SettingsSlicesContract.AUTHORITY)); in onGetSliceDescendants()
278 descendants.addAll(buildUrisFromKeys(oemKeys, SettingsSliceProvider.SLICE_AUTHORITY)); in onGetSliceDescendants()
279 descendants.addAll(getSpecialCaseUris(true /* isPlatformSlice */)); in onGetSliceDescendants()
280 descendants.addAll(getSpecialCaseUris(false /* isPlatformSlice */)); in onGetSliceDescendants()
282 return descendants; in onGetSliceDescendants()
291 return descendants; in onGetSliceDescendants()
297 descendants.addAll(buildUrisFromKeys(keys, authority)); in onGetSliceDescendants()
[all …]
/packages/apps/Settings/tests/robotests/src/com/android/settings/slices/
DSettingsSliceProviderTest.java262 final Collection<Uri> descendants = mProvider.onGetSliceDescendants(uri); in getDescendantUris_fullActionUri_returnsSelf() local
264 assertThat(descendants).containsExactly(uri); in getDescendantUris_fullActionUri_returnsSelf()
272 final Collection<Uri> descendants = mProvider.onGetSliceDescendants(uri); in getDescendantUris_fullIntentUri_returnsSelf() local
274 assertThat(descendants).containsExactly(uri); in getDescendantUris_fullIntentUri_returnsSelf()
281 final Collection<Uri> descendants = mProvider.onGetSliceDescendants(uri); in getDescendantUris_wrongPath_returnsEmpty() local
283 assertThat(descendants).isEmpty(); in getDescendantUris_wrongPath_returnsEmpty()
296 final Collection<Uri> descendants = mProvider.onGetSliceDescendants(uri); in getDescendantUris_invalidPath_returnsEmpty() local
297 descendants.removeAll(SPECIAL_CASE_OEM_URIS); in getDescendantUris_invalidPath_returnsEmpty()
299 assertThat(descendants).isEmpty(); in getDescendantUris_invalidPath_returnsEmpty()
310 final Collection<Uri> descendants = mProvider.onGetSliceDescendants(uri); in getDescendantUris_platformSlice_doesNotReturnOEMSlice() local
[all …]
/packages/inputmethods/LatinIME/dictionaries/
Dfr_wordlist.combined.gz1dictionary=main:fr,locale=fr,description=Français,date=1414726264, ...
Den_GB_wordlist.combined.gz1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ...
Den_US_wordlist.combined.gz1dictionary=main:en_us,locale=en_US,description=English (US),date ...
Den_wordlist.combined.gz1dictionary=main:en,locale=en,description=English,date=1414726273, ...