Home
last modified time | relevance | path

Searched defs:device1 (Results 1 – 13 of 13) sorted by relevance

/packages/modules/Bluetooth/system/gd/storage/
Dclassic_device_test.cc60 ClassicDevice device1(&config, &memory_only_config, address.ToString()); in TEST() local
93 …ClassicDevice device1(smaller_config_ptr, smaller_memory_only_config_ptr, smaller_address.ToString… in TEST() local
99 …ClassicDevice device1(larger_config_ptr, smaller_memory_only_config_ptr, smaller_address.ToString(… in TEST() local
105 …ClassicDevice device1(smaller_config_ptr, larger_memory_only_config_ptr, smaller_address.ToString(… in TEST() local
111 …ClassicDevice device1(smaller_config_ptr, smaller_memory_only_config_ptr, larger_address.ToString(… in TEST() local
117 …ClassicDevice device1(larger_config_ptr, larger_memory_only_config_ptr, smaller_address.ToString()… in TEST() local
123 …ClassicDevice device1(larger_config_ptr, larger_memory_only_config_ptr, larger_address.ToString()); in TEST() local
129 …ClassicDevice device1(smaller_config_ptr, larger_memory_only_config_ptr, larger_address.ToString()… in TEST() local
135 …ClassicDevice device1(larger_config_ptr, smaller_memory_only_config_ptr, larger_address.ToString()… in TEST() local
141 …ClassicDevice device1(smaller_config_ptr, smaller_memory_only_config_ptr, smaller_address.ToString… in TEST() local
[all …]
Dle_device_test.cc60 LeDevice device1(&config, &memory_only_config, address.ToString()); in TEST() local
93 … LeDevice device1(smaller_config_ptr, smaller_memory_only_config_ptr, smaller_address.ToString()); in TEST() local
99 LeDevice device1(larger_config_ptr, smaller_memory_only_config_ptr, smaller_address.ToString()); in TEST() local
105 LeDevice device1(smaller_config_ptr, larger_memory_only_config_ptr, smaller_address.ToString()); in TEST() local
111 LeDevice device1(smaller_config_ptr, smaller_memory_only_config_ptr, larger_address.ToString()); in TEST() local
117 LeDevice device1(larger_config_ptr, larger_memory_only_config_ptr, smaller_address.ToString()); in TEST() local
123 LeDevice device1(larger_config_ptr, larger_memory_only_config_ptr, larger_address.ToString()); in TEST() local
129 LeDevice device1(smaller_config_ptr, larger_memory_only_config_ptr, larger_address.ToString()); in TEST() local
135 LeDevice device1(larger_config_ptr, smaller_memory_only_config_ptr, larger_address.ToString()); in TEST() local
141 … LeDevice device1(smaller_config_ptr, smaller_memory_only_config_ptr, smaller_address.ToString()); in TEST() local
[all …]
Ddevice_test.cc202 …Device device1(&config, &memory_only_config, address, Device::ConfigKeyAddressType::LEGACY_KEY_ADD… in TEST() local
265 Device device1(smaller_config_ptr, smaller_memory_only_config_ptr, smaller_address.ToString()); in TEST() local
271 Device device1(larger_config_ptr, smaller_memory_only_config_ptr, smaller_address.ToString()); in TEST() local
277 Device device1(smaller_config_ptr, larger_memory_only_config_ptr, smaller_address.ToString()); in TEST() local
283 Device device1(smaller_config_ptr, smaller_memory_only_config_ptr, larger_address.ToString()); in TEST() local
289 Device device1(larger_config_ptr, larger_memory_only_config_ptr, smaller_address.ToString()); in TEST() local
295 Device device1(larger_config_ptr, larger_memory_only_config_ptr, larger_address.ToString()); in TEST() local
301 Device device1(smaller_config_ptr, larger_memory_only_config_ptr, larger_address.ToString()); in TEST() local
307 Device device1(larger_config_ptr, smaller_memory_only_config_ptr, larger_address.ToString()); in TEST() local
313 Device device1(smaller_config_ptr, smaller_memory_only_config_ptr, smaller_address.ToString()); in TEST() local
[all …]
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hfp/
DHeadsetPhoneStateTest.java115 BluetoothDevice device1 = TestUtils.getTestDevice(mAdapter, 1); in testListenForPhoneState_NoneResultsNoListen() local
126 BluetoothDevice device1 = TestUtils.getTestDevice(mAdapter, 1); in testListenForPhoneState_ServiceOnly() local
140 BluetoothDevice device1 = TestUtils.getTestDevice(mAdapter, 1); in testListenForPhoneState_ServiceAndSignalStrength() local
161 BluetoothDevice device1 = TestUtils.getTestDevice(mAdapter, 1); in testListenForPhoneState_ServiceAndSignalStrengthUpdateTurnOffSignalStrengh() local
185 BluetoothDevice device1 = TestUtils.getTestDevice(mAdapter, 1); in testListenForPhoneState_ServiceAndSignalStrengthUpdateTurnOffAll() local
212 BluetoothDevice device1 = TestUtils.getTestDevice(mAdapter, 1); in testListenForPhoneState_MultiDevice_AllUpAllDown() local
249 BluetoothDevice device1 = TestUtils.getTestDevice(mAdapter, 1); in testListenForPhoneState_MultiDevice_PartialUpPartialDown() local
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/mcp/
DMcpServiceTest.java95 BluetoothDevice device1 = TestUtils.getTestDevice(mAdapter, 1); in testAuthorization() local
/packages/apps/Settings/src/com/android/settings/connecteddevice/audiosharing/audiostreams/
DMediaControlHelper.java128 CachedBluetoothDevice device1, CachedBluetoothDevice device2) { in hasOverlap()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/btservice/
DAdapterPropertiesTest.java111 BluetoothDevice device1, device2; in testCleanupPrevBondRecordsFor() local
DBondStateMachineTest.java121 BluetoothDevice device1, device2; in testCreateBondAfterRemoveBond() local
176 BluetoothDevice device1 = in testCreateBondWithLeDevice() local
/packages/apps/TvSystemUI/src/com/android/systemui/tv/media/
DTvMediaOutputController.java114 mediaDevices.sort((device1, device2) -> { in sortMediaDevices() argument
/packages/modules/Bluetooth/system/bta/le_audio/
Dmetrics_collector_test.cc98 const RawAddress device1 = RawAddress({0x11, 0x22, 0x33, 0x44, 0x55, 0x66}); variable
Ddevices_test.cc2318 auto device1 = AddTestDevice(2, 1); in TEST_P() local
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DBluetoothDeviceManagerTest.java88 private BluetoothDevice device1; field in BluetoothDeviceManagerTest
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/bass_client/
DBassClientServiceTest.java2265 final BluetoothDevice device1 = in testSelectSource_queueAndRemoveAfterMaxLimit() local
2472 final BluetoothDevice device1 = in testAddSourceToUnsyncedSource_causesSyncBeforeAddingSource() local
2630 final BluetoothDevice device1 = in testSelectSource_orderOfSyncRegistering() local