Searched refs:buildUrisFromKeys (Results 1 – 2 of 2) sorted by relevance
272 descendants.addAll(buildUrisFromKeys(platformKeys, SettingsSlicesContract.AUTHORITY)); in onGetSliceDescendants()273 descendants.addAll(buildUrisFromKeys(oemKeys, SettingsSliceProvider.SLICE_AUTHORITY)); in onGetSliceDescendants()292 descendants.addAll(buildUrisFromKeys(keys, authority)); in onGetSliceDescendants()354 private List<Uri> buildUrisFromKeys(List<String> keys, String authority) { in buildUrisFromKeys() method in SettingsSliceProvider
277 descendants.addAll(buildUrisFromKeys(platformKeys, SettingsSlicesContract.AUTHORITY)); in onGetSliceDescendants()278 descendants.addAll(buildUrisFromKeys(oemKeys, SettingsSliceProvider.SLICE_AUTHORITY)); in onGetSliceDescendants()297 descendants.addAll(buildUrisFromKeys(keys, authority)); in onGetSliceDescendants()370 private List<Uri> buildUrisFromKeys(List<String> keys, String authority) { in buildUrisFromKeys() method in SettingsSliceProvider