Home
last modified time | relevance | path

Searched defs:mConnectedDevices (Results 1 – 6 of 6) sorted by relevance

/aosp12/packages/modules/StatsD/statsd/tools/localtools/test/com/android/statsd/shelltools/testdrive/
H A DTestDriveTest.java77 public List<String> mConnectedDevices; field in TestDriveTest
/aosp12/packages/apps/Settings/src/com/android/settings/sound/
H A DAudioSwitchPreferenceController.java68 protected final List<BluetoothDevice> mConnectedDevices; field in AudioSwitchPreferenceController
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
H A DBluetoothDetailsProfilesControllerTest.java94 private Set<BluetoothDevice> mConnectedDevices = new HashSet<>(); field in BluetoothDetailsProfilesControllerTest.FakeBluetoothProfile
/aosp12/packages/apps/Settings/src/com/android/settings/wifi/p2p/
H A DWifiP2pSettings.java90 @VisibleForTesting int mConnectedDevices; field in WifiP2pSettings
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DBluetoothControllerImpl.java71 private final List<CachedBluetoothDevice> mConnectedDevices = new ArrayList<>(); field in BluetoothControllerImpl
/aosp12/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioDeviceInventory.java73 private final LinkedHashMap<String, DeviceInfo> mConnectedDevices = new LinkedHashMap<>() { field in AudioDeviceInventory