Home
last modified time | relevance | path

Searched refs:getSwitchKey (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/packages/SettingsLib/Tile/src/com/android/settingslib/drawer/
H A DSwitchController.java55 public abstract String getSwitchKey(); in getSwitchKey() method in SwitchController
120 bundle.putString(META_DATA_PREFERENCE_KEYHINT, getSwitchKey()); in getBundle()
135 final Uri uri = TileUtils.buildUri(mAuthority, method, getSwitchKey()); in notifyChanged()
H A DSwitchesProvider.java80 final String key = controller.getSwitchKey(); in onCreate()
/aosp12/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/drawer/
H A DPrimarySwitchControllerTest.java61 public String getSwitchKey() { in getSwitchKey() method in PrimarySwitchControllerTest.TestPrimarySwitchController
H A DSwitchesProviderTest.java340 public String getSwitchKey() { in getSwitchKey() method in SwitchesProviderTest.TestSwitchController