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.java203 private List<SwitchPreference> getProfileSwitches(boolean expectOnlyMConnectable) { in getProfileSwitches() method in BluetoothDetailsProfilesControllerTest
227 verifyProfileSwitchTitles(getProfileSwitches(true)); in oneProfile()
235 List<SwitchPreference> switches = getProfileSwitches(true); in multipleProfiles()
261 List<SwitchPreference> switches = getProfileSwitches(true); in disableThenReenableOneProfile()
287 verifyProfileSwitchTitles(getProfileSwitches(true)); in disconnectedDeviceOneProfile()
301 List<SwitchPreference> switches = getProfileSwitches(false); in pbapProfileStartsEnabled()
324 List<SwitchPreference> switches = getProfileSwitches(false); in pbapProfileStartsDisabled()
346 List<SwitchPreference> switches = getProfileSwitches(false); in mapProfile()