Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/drawer/
H A DProviderTileTest.java182 protected static Bundle getSwitchDataFromProvider(Context context, String authority, in getSwitchDataFromProvider() method in ProviderTileTest.ShadowTileUtils
H A DTileUtilsTest.java427 protected static List<Bundle> getSwitchDataFromProvider(Context context, String authority) { in getSwitchDataFromProvider() method in TileUtilsTest.ShadowTileUtils
/aosp12/frameworks/base/packages/SettingsLib/Tile/src/com/android/settingslib/drawer/
H A DTileUtils.java396 static Bundle getSwitchDataFromProvider(Context context, String authority, String key) { in getSwitchDataFromProvider() method in TileUtils
403 private static List<Bundle> getSwitchDataFromProvider(Context context, String authority) { in getSwitchDataFromProvider() method in TileUtils