HomeSort by relevance Sort by last modified time
    Searched refs:getDevice (Results 201 - 225 of 1129) sorted by null

1 2 3 4 5 6 7 891011>>

  /packages/apps/Settings/src/com/android/settings/bluetooth/
DeviceProfilesSettings.java 178 BluetoothDevice device = mCachedDevice.getDevice();
235 pref.setText(profile.getNameResource(mCachedDevice.getDevice()));
252 BluetoothDevice device = mCachedDevice.getDevice();
295 String profileName = context.getString(profile.getNameResource(device.getDevice()));
305 profile.setPreferred(device.getDevice(), false);
358 BluetoothDevice device = mCachedDevice.getDevice();
BluetoothDeviceDetailsFragment.java 56 CachedBluetoothDevice getDevice(String deviceAddress);
82 return sTestDataFactory.getDevice(deviceAddress);
  /cts/hostsidetests/os/src/android/os/cts/
OsHostTests.java 81 mDevice = getDevice();
108 String installResult = getDevice().installPackage(getTestAppFile(HOST_VERIFICATION_APK),
  /development/samples/ControllerSample/src/com/example/inputmanagercompat/
InputManagerV9.java 69 if (null == InputDevice.getDevice(id)) {
99 return InputDevice.getDevice(id);
  /external/swiftshader/src/OpenGL/libGL/
main.cpp 204 Device *getDevice()
208 return context ? context->getDevice() : nullptr;
  /frameworks/base/tools/preload2/src/com/android/preload/
ClientUtils.java 167 if ((arg1 & Client.CHANGE_INFO) != 0 && (arg0.getDevice() == device)) {
218 if ((arg1 & Client.CHANGE_INFO) != 0 && (arg0.getDevice() == device)) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
RemoteDevices.java 140 BluetoothDevice getDevice(byte[] address) {
144 return prop.getDevice();
226 BluetoothDevice getDevice() {
353 BluetoothDevice device = getDevice(address);
430 BluetoothDevice bdDevice = getDevice(address);
435 bdDevice = getDevice(address);
507 BluetoothDevice device = getDevice(address);
528 BluetoothDevice device = getDevice(address);
  /packages/apps/Camera2/src/com/android/camera/one/v2/camera2proxy/
AndroidCameraCaptureSessionProxy.java 121 public CameraDeviceProxy getDevice() {
122 return new AndroidCameraDeviceProxy(mSession.getDevice());
CameraCaptureSessionProxy.java 81 public CameraDeviceProxy getDevice();
  /system/security/keystore/
keystore.h 40 km_device_t& getDevice() { return mDevice; }
44 // allowed. (also see getDevice below)
52 km_device_t& getDevice(const Blob& blob) {
  /tools/tradefederation/core/prod-tests/src/com/android/media/tests/
AudioJitterTest.java 82 public ITestDevice getDevice() {
92 ITestDevice device = getDevice();
  /tools/tradefederation/core/prod-tests/src/com/android/performance/tests/
VellamoBenchmark.java 62 public ITestDevice getDevice() {
72 ITestDevice device = getDevice();
  /tools/tradefederation/core/src/com/android/tradefed/testtype/
InstrumentationSerialTest.java 69 runner.setDevice(instrumentationTest.getDevice());
83 if (mInstrumentationTest.getDevice() == null) {
  /tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
InstrumentationSerialTestTest.java 93 assertEquals(mMockTestDevice, mockITest.getDevice());
146 assertEquals(mMockTestDevice, mockITest.getDevice());
  /cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/
BusinessLogicHostTestBase.java 65 BusinessLogicExecutor executor = new BusinessLogicHostExecutor(getDevice(),
  /cts/hostsidetests/aadb/src/android/aadb/cts/
TestDeviceStressTest.java 43 mTestDevice = getDevice();
  /cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
BaseDeviceAdminHostSideTest.java 66 getDevice().uninstallPackage(getDeviceAdminApkPackage());
  /cts/hostsidetests/edi/src/android/edi/cts/
LibraryDeviceInfo.java 33 mDevice = getDevice();
  /cts/hostsidetests/monkey/src/com/android/cts/monkey/
AbstractMonkeyTest.java 42 mDevice = getDevice();
  /external/deqp/external/vulkancts/modules/vulkan/
vktTestCase.cpp 257 VkDevice getDevice (void) const { return *m_device; }
321 return new SimpleAllocator(device->getDeviceInterface(), device->getDevice(), memoryProperties);
351 vk::VkDevice Context::getDevice (void) const { return m_device->getDevice(); }
  /frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DeviceDescriptor.h 79 sp<DeviceDescriptor> getDevice(audio_devices_t type, const String8& address) const;
IOProfile.h 101 return mSupportedDevices.getDevice(type, address);
  /frameworks/av/services/audiopolicy/common/managerdefinitions/src/
IOProfile.cpp 53 } else if (mSupportedDevices.getDevice(device, address) == 0) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/connserv/
HfpClientConnectionService.java 109 HfpClientDeviceBlock block = findBlockForDevice(call.getDevice());
255 BluetoothDevice bd1 = ((HfpClientConnection) connection1).getDevice();
256 BluetoothDevice bd2 = ((HfpClientConnection) connection2).getDevice();
269 private BluetoothDevice getDevice(PhoneAccountHandle handle) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/
MapClientService.java 116 if (mMceStateMachine != null && device.equals(mMceStateMachine.getDevice())) {
140 if (mMceStateMachine != null && device.equals(mMceStateMachine.getDevice())) {
177 mMceStateMachine.disconnect(mMceStateMachine.getDevice());
189 if (mMceStateMachine != null && device.equals(mMceStateMachine.getDevice())) {

Completed in 983 milliseconds

1 2 3 4 5 6 7 891011>>