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

1 2 3 4 5

  /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);
  /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());
  /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/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());
  /external/wpa_supplicant_8/src/common/
linux_vlan.h 41 char device2[24]; member in union:vlan_ioctl_args::__anon44614
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
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...]
  /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
  /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...]
  /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);
  /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
  /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)) {
  /test/vti/dashboard/src/test/java/com/android/vts/job/
VtsAlertJobServletTest.java 67 DeviceInfoEntity device2 = local
71 allDevices.add(device2);
  /tools/tradefederation/core/tests/src/com/android/tradefed/invoker/
InvocationContextTest.java 53 ITestDevice device2 = EasyMock.createMock(ITestDevice.class); local
58 assertNull(mContext.getDeviceName(device2));
TestInvocationTest.java 1395 ITestDevice device2 = EasyMock.createMock(ITestDevice.class); local
1433 ITestDevice device2 = EasyMock.createMock(ITestDevice.class); local
    [all...]
  /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/selinux/checkpolicy/
policy_define.c 4896 unsigned int device2; local
    [all...]
  /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...]
  /tools/tradefederation/core/tests/src/com/android/tradefed/device/
DeviceManagerTest.java 970 ITestDevice device2 = manager.allocateDevice(); local
1034 ITestDevice device2 = manager.allocateDevice(); local
1098 ITestDevice device2 = manager.allocateDevice(); local
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/sdk-common/22.2.0/
sdk-common-22.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdk-common/22.4.0/
sdk-common-22.4.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdk-common/22.4.2/
sdk-common-22.4.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdk-common/22.5.0/
sdk-common-22.5.0.jar 

Completed in 1095 milliseconds

1 2 3 4 5