Searched refs:descendants (Results 1 – 7 of 7) sorted by relevance
253 final List<Uri> descendants = new ArrayList<>(); in onGetSliceDescendants() local258 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 …]
258 final List<Uri> descendants = new ArrayList<>(); in onGetSliceDescendants() local263 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 …]
262 final Collection<Uri> descendants = mProvider.onGetSliceDescendants(uri); in getDescendantUris_fullActionUri_returnsSelf() local264 assertThat(descendants).containsExactly(uri); in getDescendantUris_fullActionUri_returnsSelf()272 final Collection<Uri> descendants = mProvider.onGetSliceDescendants(uri); in getDescendantUris_fullIntentUri_returnsSelf() local274 assertThat(descendants).containsExactly(uri); in getDescendantUris_fullIntentUri_returnsSelf()281 final Collection<Uri> descendants = mProvider.onGetSliceDescendants(uri); in getDescendantUris_wrongPath_returnsEmpty() local283 assertThat(descendants).isEmpty(); in getDescendantUris_wrongPath_returnsEmpty()296 final Collection<Uri> descendants = mProvider.onGetSliceDescendants(uri); in getDescendantUris_invalidPath_returnsEmpty() local297 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 …]
1dictionary=main:fr,locale=fr,description=Français,date=1414726264, ...
1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ...
1dictionary=main:en_us,locale=en_US,description=English (US),date ...
1dictionary=main:en,locale=en,description=English,date=1414726273, ...