HomeSort by relevance Sort by last modified time
    Searched defs:mDevice (Results 176 - 200 of 1015) sorted by null

1 2 3 4 5 6 78 91011>>

  /cts/hostsidetests/media/bitstreams/src/android/media/cts/bitstreams/
DeviceJUnit4ClassRunnerWithParameters.java 52 private ITestDevice mDevice;
73 mDevice = device;
78 return mDevice;
110 if (mDevice == null) {
113 ((IDeviceTest) testObj).setDevice(mDevice);
  /cts/hostsidetests/monkey/src/com/android/cts/monkey/
CategoryTest.java 31 mDevice.executeShellCommand(cmd, receiver, MAX_TIMEOUT, TimeUnit.MILLISECONDS, 0);
47 mDevice.executeShellCommand(cmd, receiver, MAX_TIMEOUT, TimeUnit.MILLISECONDS, 0);
59 mDevice.executeShellCommand(MONKEY_CMD + " -v -p " + PKGS[0]
78 mDevice.executeShellCommand(cmd, receiver, MAX_TIMEOUT, TimeUnit.MILLISECONDS, 0);
PackageTest.java 40 mDevice.executeShellCommand(cmd, receiver, MAX_TIMEOUT, TimeUnit.MILLISECONDS, 0);
54 mDevice.executeShellCommand(cmd2, receiver2, MAX_TIMEOUT, TimeUnit.MILLISECONDS, 0);
70 mDevice.executeShellCommand(cmd, receiver, MAX_TIMEOUT, TimeUnit.MILLISECONDS, 0);
  /cts/hostsidetests/multiuser/src/android/host/multiuser/
BaseMultiUserTest.java 41 private ITestDevice mDevice;
68 mDevice = device;
73 return mDevice;
  /cts/hostsidetests/sample/src/android/sample/cts/
SampleHostResultTest.java 76 private ITestDevice mDevice;
98 mDevice = getDevice();
109 final ITestDevice device = mDevice;
  /cts/hostsidetests/security/src/android/security/cts/
KernelConfigTest.java 50 private ITestDevice mDevice;
67 mDevice = device;
73 configSet = getDeviceConfig(mDevice, cachedConfigGzSet);
147 if (PropertyUtil.getFirstApiLevel(mDevice) < 28) {
162 if (PropertyUtil.getFirstApiLevel(mDevice) < 28) {
166 if (CpuFeatures.isArm64(mDevice)) {
171 } else if (CpuFeatures.isArm32(mDevice)) {
184 if (PropertyUtil.getFirstApiLevel(mDevice) < 28) {
188 if (CpuFeatures.isArm64(mDevice) && !CpuFeatures.kernelVersionLessThan(mDevice, 4, 4))
    [all...]
  /development/tools/hosttestlib/src/com/android/hosttest/
DeviceTestRunner.java 45 private IDevice mDevice = null;
75 mDevice = connector.connectToDevice(mDeviceSerial);
123 deviceTest.setDevice(mDevice);
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
BluetoothMapFacade.java 103 BluetoothDevice mDevice = BluetoothFacade.getDevice(connectedMapDevices, deviceID);
105 && connectedMapDevices.get(0).equals(mDevice)) {
106 if (sMapProfile.getPriority(mDevice)
108 sMapProfile.setPriority(mDevice, BluetoothProfile.PRIORITY_ON);
110 return sMapProfile.disconnect(mDevice);
  /frameworks/av/camera/ndk/impl/
ACameraCaptureSession.h 65 mDevice(device) {}
111 const wp<CameraDevice> mDevice;
  /frameworks/av/media/mtp/
MtpDevice.h 41 struct usb_device* mDevice;
  /frameworks/av/services/camera/libcameraservice/
CameraFlashlight.h 145 // disconnect and free mDevice
167 sp<CameraHardwareInterface> mDevice;
  /frameworks/av/services/camera/libcameraservice/api1/client2/
StreamingProcessor.h 92 wp<CameraDeviceBase> mDevice;
  /frameworks/rs/rsov/driver/
rsovAllocation.h 50 VkDevice mDevice;
rsovScript.h 128 VkDevice mDevice;
  /hardware/interfaces/audio/core/all-versions/default/include/core/all-versions/default/
StreamIn.h 122 const sp<Device> mDevice;
StreamOut.h 133 const sp<Device> mDevice;
  /hardware/interfaces/graphics/allocator/2.0/utils/passthrough/include/allocator-passthrough/2.0/
Gralloc0Hal.h 48 if (mDevice) {
49 gralloc_close(mDevice);
54 int result = gralloc_open(module, &mDevice);
57 mDevice = nullptr;
66 if (mDevice->dump) {
67 mDevice->dump(mDevice, buf, sizeof(buf));
119 int result = mDevice->free(mDevice, buffer);
135 int result = mDevice->alloc(mDevice, info.width, info.height, static_cast<int>(info.format)
    [all...]
  /hardware/libhardware_legacy/audio/
A2dpAudioInterface.h 118 uint32_t mDevice;
AudioHardwareGeneric.h 67 uint32_t mDevice;
102 uint32_t mDevice;
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/connserv/
HfpClientConference.java 28 private BluetoothDevice mDevice;
34 mDevice = device;
46 mHeadsetProfile.terminateCall(mDevice, null);
65 mHeadsetProfile.holdCall(mDevice);
71 mHeadsetProfile.acceptCall(mDevice, BluetoothHeadsetClient.CALL_ACCEPT_HOLD);
78 mHeadsetProfile.sendDTMF(mDevice, (byte) c);
90 mHeadsetProfile.acceptCall(mDevice, BluetoothHeadsetClient.CALL_ACCEPT_NONE);
  /packages/apps/Car/Messenger/src/com/android/car/messenger/
MapMessage.java 29 private BluetoothDevice mDevice;
83 mDevice = device;
92 return mDevice;
137 "mDevice=" + mDevice +
  /packages/apps/Settings/src/com/android/settings/bluetooth/
ForgetDeviceDialogFragment.java 40 private CachedBluetoothDevice mDevice;
66 mDevice.unpair();
73 mDevice = getDevice(context);
81 mDevice.getName()));
RemoteDeviceNameDialogFragment.java 34 private CachedBluetoothDevice mDevice;
55 mDevice = getDevice(context);
70 if (mDevice != null) {
71 return mDevice.getName();
78 if (mDevice != null) {
79 mDevice.setName(deviceName);
  /packages/apps/Settings/tests/unit/src/com/android/settings/accounts/
AccountsSettingsTest.java 45 private UiDevice mDevice;
51 mDevice = UiDevice.getInstance(InstrumentationRegistry.getInstrumentation());
68 mDevice.findObject(new UiSelector().text(testAccountName)).click();
69 final UiObject testPreference = mDevice.findObject(new UiSelector().text(PREF_TITLE));
88 mDevice.findObject(new UiSelector().text(titleAccounts)).click();
  /packages/apps/Settings/tests/unit/src/com/android/settings/applications/
DefaultAppSettingsTest.java 37 private UiDevice mDevice;
44 mDevice = UiDevice.getInstance(getInstrumentation());
53 mDevice.findObject(new UiSelector().text(titleHomeApp)).click();
54 final UiObject actionBar = mDevice.findObject(new UiSelector().resourceId(
69 mDevice.findObject(new UiSelector().text(titleApps)).click();
72 mDevice.findObject(new UiSelector().text(titleAdvance)).click();
75 mDevice.findObject(new UiSelector().text(titleDefaultApps)).click();

Completed in 429 milliseconds

1 2 3 4 5 6 78 91011>>