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
276 descendants.addAll(buildUrisFromKeys(platformKeys, SettingsSlicesContract.AUTHORITY)); in onGetSliceDescendants()277 descendants.addAll(buildUrisFromKeys(oemKeys, SettingsSliceProvider.SLICE_AUTHORITY)); in onGetSliceDescendants()296 descendants.addAll(buildUrisFromKeys(keys, authority)); in onGetSliceDescendants()368 private List<Uri> buildUrisFromKeys(List<String> keys, String authority) { in buildUrisFromKeys() method in SettingsSliceProvider