HomeSort by relevance Sort by last modified time
    Searched full:device2 (Results 1 - 25 of 110) sorted by null

1 2 3 4 5

  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
BluetoothRouteTransitionTests.java 43 import static com.android.server.telecom.tests.BluetoothRouteManagerTest.DEVICE2;
377 .setConnectedDevices(DEVICE2, DEVICE1)
390 .setInitialDevice(DEVICE2)
391 .setAudioOnDevice(DEVICE2)
392 .setConnectedDevices(DEVICE2, DEVICE1)
394 .setMessageDevice(DEVICE2)
399 + ":" + DEVICE2)
405 .setInitialDevice(DEVICE2)
406 .setConnectedDevices(DEVICE2)
408 .setMessageDevice(DEVICE2)
    [all...]
BluetoothDeviceManagerTest.java 59 private BluetoothDevice device2; field in class:BluetoothDeviceManagerTest
67 device2 = makeBluetoothDevice("00:00:00:00:00:02");
107 buildConnectionActionIntent(BluetoothHeadset.STATE_CONNECTED, device2));
113 buildConnectionActionIntent(BluetoothHeadset.STATE_CONNECTED, device2));
120 assertEquals(device2.getAddress(),
130 buildConnectionActionIntent(BluetoothHeadset.STATE_CONNECTED, device2));
136 buildConnectionActionIntent(BluetoothHeadset.STATE_CONNECTED, device2));
138 assertEquals(device2.getAddress(),
148 buildConnectionActionIntent(BluetoothHeadset.STATE_CONNECTED, device2));
152 verify(mRouteManager).onDeviceLost(device2.getAddress())
    [all...]
BluetoothRouteManagerTest.java 56 static final BluetoothDevice DEVICE2 = makeBluetoothDevice("00:00:00:00:00:02");
97 setupConnectedDevices(new BluetoothDevice[]{DEVICE1, DEVICE2}, null);
101 executeRoutingAction(sm, BluetoothRouteManager.CONNECT_HFP, DEVICE2.getAddress());
109 verifyConnectionAttempt(DEVICE2, 3);
  /frameworks/av/services/audiopolicy/enginedefault/src/
Engine.cpp 435 uint32_t device2 = AUDIO_DEVICE_NONE; local
436 device2 = availableOutputDevicesType & AUDIO_DEVICE_OUT_BLUETOOTH_SCO_CARKIT;
437 if (device2 == AUDIO_DEVICE_NONE) {
438 device2 = availableOutputDevicesType & AUDIO_DEVICE_OUT_BLUETOOTH_SCO_HEADSET;
440 if (device2 == AUDIO_DEVICE_NONE) {
441 device2 = availableOutputDevicesType & AUDIO_DEVICE_OUT_BLUETOOTH_SCO;
448 if (device2 != AUDIO_DEVICE_NONE) {
449 device = device2;
462 if (device2 != AUDIO_DEVICE_NONE) {
463 device |= device2;
504 uint32_t device2 = AUDIO_DEVICE_NONE; local
    [all...]
  /tools/tradefederation/core/tests/src/com/android/tradefed/device/metric/
DeviceMetricDataTest.java 88 mContext.addAllocatedDevice("device2", mock(ITestDevice.class));
107 ITestDevice device2 = mock(ITestDevice.class); local
108 mContext.addAllocatedDevice("device2", device2);
110 device2,
119 "testValue", resMetrics.get("{device2}:test").getMeasurements().getSingleString());
  /packages/services/Car/tests/carservice_unit_test/src/com/android/car/
BluetoothAutoConnectPolicyTest.java 431 BluetoothDevice device2 = mBluetoothAdapter.getRemoteDevice("DE:AD:BE:EF:00:02"); local
434 BluetoothDevice[] testDevices = new BluetoothDevice[]{device4, device3, device2, device1};
443 pairDeviceOnProfile(device2, BluetoothProfile.HEADSET_CLIENT);
444 pairDeviceOnProfile(device2, BluetoothProfile.PBAP_CLIENT);
452 sendFakeConnectionStateChangeOnProfile(device2, BluetoothProfile.HEADSET_CLIENT, false);
453 sendFakeConnectionStateChangeOnProfile(device2, BluetoothProfile.PBAP_CLIENT, false);
469 BluetoothProfile.HEADSET_CLIENT, device2);
472 BluetoothProfile.PBAP_CLIENT, device2);
488 mReceiver.onReceive(null, createBluetoothBondStateChangedIntent(device2, false));
511 BluetoothDevice device2 = mBluetoothAdapter.getRemoteDevice("DE:AD:BE:EF:00:02") local
605 BluetoothDevice device2 = mBluetoothAdapter.getRemoteDevice("DE:AD:BE:EF:00:02"); local
672 BluetoothDevice device2 = mBluetoothAdapter.getRemoteDevice("DE:AD:BE:EF:00:02"); local
    [all...]
  /external/vulkan-validation-layers/libs/vkjson/
vkjson_unittest.cc 74 const VkJsonDevice& device2 = instance2.devices.at(0); local
76 EXPECT(!memcmp(&device.properties, &device2.properties,
79 auto it = device2.formats.find(kv.first);
80 EXPECT(it != device2.formats.end());
  /external/wpa_supplicant_8/src/common/
linux_vlan.h 41 char device2[24]; member in union:vlan_ioctl_args::__anon44614
  /frameworks/native/vulkan/vkjson/
vkjson_unittest.cc 74 const VkJsonDevice& device2 = instance2.devices.at(0); local
76 EXPECT(!memcmp(&device.properties, &device2.properties,
79 auto it = device2.formats.find(kv.first);
80 EXPECT(it != device2.formats.end());
  /tools/tradefederation/core/tests/src/com/android/tradefed/invoker/
ShardMasterResultForwarderTest.java 107 main.addAllocatedDevice("device2", Mockito.mock(ITestDevice.class));
108 main.addDeviceBuildInfo("device2", mainBuild2);
118 shard1.addAllocatedDevice("device2", Mockito.mock(ITestDevice.class));
119 shard1.addDeviceBuildInfo("device2", shardBuild1_2);
129 shard2.addAllocatedDevice("device2", Mockito.mock(ITestDevice.class));
130 shard2.addDeviceBuildInfo("device2", shardBuild2_2);
  /tools/test/connectivity/acts/tests/google/bt/
BtBasicFunctionalityTest.py 93 4. Make device2 start discovery
94 5. Use device2 get all discovered bluetooth devices list
117 self.log.debug("Android device2 start discovery process success")
126 "Android device2 get all the discovered devices "
131 "list of device2")
136 "Android device2 get all the discovered devices "
140 self.log.debug("Android device2 start discovery process error")
157 4. Make device2 start discovery
158 5. Use device2 get all discovered bluetooth devices list
180 self.log.debug("Android device2 start discovery process success"
    [all...]
  /tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/
TestFailureListenerTest.java 159 ITestDevice device2 = EasyMock.createMock(ITestDevice.class); local
160 mListDevice.add(device2);
167 EasyMock.expect(device2.getSerialNumber()).andStubReturn("SERIAL2");
168 EasyMock.expect(device2.getProperty(EasyMock.eq("ro.build.type"))).andReturn("debug");
169 device2.reboot();
171 EasyMock.replay(mMockListener, mMockDevice, device2);
175 EasyMock.verify(mMockListener, mMockDevice, device2);
  /test/vti/dashboard/src/main/java/com/android/vts/entity/
DeviceInfoEntity.java 147 DeviceInfoEntity device2 = (DeviceInfoEntity) obj; local
148 if (!this.branch.equals(device2.branch) || !this.product.equals(device2.product)
149 || !this.buildFlavor.equals(device2.buildFlavor)
150 || !this.buildId.equals(device2.buildId)) {
  /tools/test/connectivity/acts/framework/acts/test_utils/car/
car_media_utils.py 110 metadata2 Media Metadata of device2
117 log.info("Device2 metadata:")
144 def check_metadata(log, device1, device2):
150 device2 Device 2
159 metadata2 = device2.droid.bluetoothMediaGetCurrentMediaMetaData()
  /tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/multi/
MergeMultiBuildTargetPreparerTest.java 58 mContext.addDeviceBuildInfo("device2", mMockInfo2);
68 setter.setOptionValue("dest-device", "device2");
91 setter.setOptionValue("dest-device", "device2");
111 setter.setOptionValue("dest-device", "device2");
142 setter.setOptionValue("dest-device", "device2");
  /tools/tradefederation/core/tests/src/com/android/tradefed/config/
ConfigurationFactoryTest.java 1269 IDeviceConfiguration device2 = config.getDeviceConfigByName("device2"); local
1284 IDeviceConfiguration device2 = config.getDeviceConfigByName("device2"); local
    [all...]
  /packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hfp/
HeadsetPhoneStateTest.java 187 BluetoothDevice device2 = TestUtils.getTestDevice(mAdapter, 2); local
198 mHeadsetPhoneState.listenForPhoneState(device2, PhoneStateListener.LISTEN_SERVICE_STATE
205 mHeadsetPhoneState.listenForPhoneState(device2, PhoneStateListener.LISTEN_NONE);
221 BluetoothDevice device2 = TestUtils.getTestDevice(mAdapter, 2); local
227 mHeadsetPhoneState.listenForPhoneState(device2, PhoneStateListener.LISTEN_SIGNAL_STRENGTHS);
250 mHeadsetPhoneState.listenForPhoneState(device2, PhoneStateListener.LISTEN_NONE);
  /external/clang/test/Driver/
cuda-options.cu 77 // RUN: -check-prefix DEVICE2 -check-prefix DEVICE-SM35 \
78 // RUN: -check-prefix DEVICE2-SM30 -check-prefix HOST \
122 // DEVICE2: "-cc1" "-triple" "nvptx64-nvidia-cuda"
123 // DEVICE2-SAME: "-aux-triple" "x86_64--linux-gnu"
124 // DEVICE2-SAME: "-fcuda-is-device"
125 // DEVICE2-SM30-SAME: "-target-cpu" "sm_30"
126 // DEVICE2-SAME: "-o" "[[GPUBINARY2:[^"]*]]"
127 // DEVICE2-SAME: "-x" "cuda"
  /bionic/libc/kernel/uapi/linux/
if_vlan.h 50 char device2[24]; member in union:vlan_ioctl_args::__anon744
  /external/iproute2/include/uapi/linux/
if_vlan.h 54 char device2[24]; member in union:vlan_ioctl_args::__anon21959
  /external/kernel-headers/original/uapi/linux/
if_vlan.h 54 char device2[24]; member in union:vlan_ioctl_args::__anon22950
  /external/libnl/include/linux-private/linux/
if_vlan.h 51 char device2[24]; member in union:vlan_ioctl_args::__anon25455
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
if_vlan.h 52 char device2[24]; member in union:vlan_ioctl_args::__anon62563
  /tools/tradefederation/core/tests/res/testconfigs/
multi-device-empty.xml 19 <device name="device2" />
multi-device-outside-tag.xml 22 <device name="device2" >

Completed in 945 milliseconds

1 2 3 4 5