Home
last modified time | relevance | path

Searched defs:getEntryDataFromProvider (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/drawer/
H A DProviderTileTest.java289 protected static Bundle getEntryDataFromProvider(Context context, String authority, in getEntryDataFromProvider() method in ProviderTileTest.ShadowTileUtils
H A DTileUtilsTest.java512 protected static List<Bundle> getEntryDataFromProvider(Context context, String authority) { in getEntryDataFromProvider() method in TileUtilsTest.ShadowTileUtils
/aosp14/frameworks/base/packages/SettingsLib/Tile/src/com/android/settingslib/drawer/
H A DTileUtils.java420 static Bundle getEntryDataFromProvider(Context context, String authority, String key) { in getEntryDataFromProvider() method in TileUtils
432 private static List<Bundle> getEntryDataFromProvider(Context context, String authority) { in getEntryDataFromProvider() method in TileUtils