Home
last modified time | relevance | path

Searched defs:switches (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/bt/service/
H A Dsettings.cc26 namespace switches { namespace
39 const auto& switches = command_line->GetSwitches(); in Init() local
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
H A DBluetoothDetailsProfilesControllerTest.java210 private void verifyProfileSwitchTitles(List<SwitchPreference> switches) { in verifyProfileSwitchTitles()
230 List<SwitchPreference> switches = getProfileSwitches(true); in multipleProfiles() local
256 List<SwitchPreference> switches = getProfileSwitches(true); in disableThenReenableOneProfile() local
296 List<SwitchPreference> switches = getProfileSwitches(false); in pbapProfileStartsEnabled() local
319 List<SwitchPreference> switches = getProfileSwitches(false); in pbapProfileStartsDisabled() local
341 List<SwitchPreference> switches = getProfileSwitches(false); in mapProfile() local
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accounts/
H A DAccountSyncFragment.java382 final List<Preference> switches = new ArrayList<>(authorities.size()); in updateAccountSwitches() local
/aosp12/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiCecNetwork.java111 private static boolean isConnectedToCecSwitch(int path, Collection<Integer> switches) { in isConnectedToCecSwitch()