Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
DBluetoothDetailsProfilesControllerTest.java195 private List<SwitchPreference> getProfileSwitches(boolean expectOnlyMConnectable) { in getProfileSwitches() method in BluetoothDetailsProfilesControllerTest
222 verifyProfileSwitchTitles(getProfileSwitches(true)); in oneProfile()
230 List<SwitchPreference> switches = getProfileSwitches(true); in multipleProfiles()
256 List<SwitchPreference> switches = getProfileSwitches(true); in disableThenReenableOneProfile()
282 verifyProfileSwitchTitles(getProfileSwitches(true)); in disconnectedDeviceOneProfile()
296 List<SwitchPreference> switches = getProfileSwitches(false); in pbapProfileStartsEnabled()
319 List<SwitchPreference> switches = getProfileSwitches(false); in pbapProfileStartsDisabled()
341 List<SwitchPreference> switches = getProfileSwitches(false); in mapProfile()