Searched refs:getDevice (Results 1 - 24 of 24) sorted by relevance

/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
H A DEdgeSwipeDetector.java44 float edgeGutter = event.getDevice().getMotionRange(MotionEvent.AXIS_X).getMax()
61 float enough = event.getDevice().getMotionRange(MotionEvent.AXIS_X).getMax()
/packages/apps/Gallery2/src/com/android/gallery3d/data/
H A DMtpClient.java254 public MtpDevice getDevice(String deviceName) { method in class:MtpClient
267 public MtpDevice getDevice(int id) { method in class:MtpClient
300 MtpDevice device = getDevice(deviceName);
332 MtpDevice device = getDevice(deviceName);
347 MtpDevice device = getDevice(deviceName);
368 MtpDevice device = getDevice(deviceName);
404 MtpDevice device = getDevice(deviceName);
419 MtpDevice device = getDevice(deviceName);
437 MtpDevice device = getDevice(deviceName);
/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DDeviceProfilesSettings.java190 pref.setTitle(profile.getNameResource(mCachedDevice.getDevice()));
220 BluetoothDevice device = mCachedDevice.getDevice();
262 String profileName = context.getString(profile.getNameResource(device.getDevice()));
272 profile.setPreferred(device.getDevice(), false);
322 BluetoothDevice device = mCachedDevice.getDevice();
H A DDeviceListPreferenceFragment.java144 mSelectedDevice = device.getDevice();
164 if (mFilter.matches(cachedDevice.getDevice())) {
H A DCachedBluetoothDeviceManager.java71 if (cachedDevice.getDevice().equals(device)) {
H A DDevicePickerFragment.java121 BluetoothDevice device = cachedDevice.getDevice();
H A DDockService.java430 BluetoothDevice btDevice = deviceUI.getDevice();
855 int status = profile.getConnectionStatus(cachedDevice.getDevice());
H A DCachedBluetoothDevice.java371 BluetoothDevice getDevice() { method in class:CachedBluetoothDevice
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DBondStateMachine.java296 intent.putExtra(BluetoothDevice.EXTRA_DEVICE, mRemoteDevices.getDevice(address));
327 BluetoothDevice device = mRemoteDevices.getDevice(address);
356 BluetoothDevice bdDevice = mRemoteDevices.getDevice(address);
388 BluetoothDevice device = mRemoteDevices.getDevice(address);
392 device = mRemoteDevices.getDevice(address);
405 BluetoothDevice bdDevice = mRemoteDevices.getDevice(address);
H A DRemoteDevices.java91 BluetoothDevice getDevice(byte[] address) { method in class:RemoteDevices
254 BluetoothDevice bdDevice = getDevice(address);
258 bdDevice = getDevice(address);
325 BluetoothDevice device = getDevice(address);
344 BluetoothDevice device = getDevice(address);
370 BluetoothDevice device = getDevice(address);
H A DProfileService.java211 protected BluetoothDevice getDevice(byte[] address) { method in class:ProfileService
/packages/apps/Gallery2/src/com/android/gallery3d/ingest/adapter/
H A DMtpPagerAdapter.java105 v.getImageView().setMtpDeviceAndObjectInfo(mModel.getDevice(), i, mGeneration);
H A DMtpAdapter.java147 imageView.setMtpDeviceAndObjectInfo(mModel.getDevice(),
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
H A DA2dpSinkStateMachine.java716 event.device = getDevice(address);
723 event.device = getDevice(address);
733 event.device = getDevice(address);
737 private BluetoothDevice getDevice(byte[] address) { method in class:A2dpSinkStateMachine
H A DA2dpStateMachine.java708 event.device = getDevice(address);
715 event.device = getDevice(address);
718 private BluetoothDevice getDevice(byte[] address) { method in class:A2dpStateMachine
/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DGalleryActivity.java260 float maxX = event.getDevice().getMotionRange(MotionEvent.AXIS_X).getMax();
261 float maxY = event.getDevice().getMotionRange(MotionEvent.AXIS_Y).getMax();
/packages/apps/Bluetooth/src/com/android/bluetooth/hid/
H A DHidService.java173 BluetoothDevice device = getDevice((byte[]) msg.obj);
209 BluetoothDevice device = getDevice((byte[]) msg.obj);
246 BluetoothDevice device = getDevice((byte[])msg.obj);
255 BluetoothDevice device = getDevice((byte[])msg.obj);
283 BluetoothDevice device = getDevice((byte[]) msg.obj);
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
H A DHeadsetStateMachine.java2990 event.device = getDevice(address);
2997 event.device = getDevice(address);
3004 event.device = getDevice(address);
3010 event.device = getDevice(address);
3016 event.device = getDevice(address);
3024 event.device = getDevice(address);
3031 event.device = getDevice(address);
3038 event.device = getDevice(address);
3045 event.device = getDevice(address);
3052 event.device = getDevice(addres
3154 private BluetoothDevice getDevice(byte[] address) { method in class:HeadsetStateMachine
[all...]
/packages/apps/Gallery2/src/com/android/gallery3d/ingest/data/
H A DMtpDeviceIndexRunnable.java87 mDevice = index.getDevice();
H A DMtpDeviceIndex.java115 public synchronized MtpDevice getDevice() { method in class:MtpDeviceIndex
/packages/apps/Settings/src/com/android/settings/inputmethod/
H A DInputMethodAndLanguageSettings.java521 InputDevice device = InputDevice.getDevice(devices[i]);
616 InputDevice device = InputDevice.getDevice(devices[i]);
751 InputDevice device = InputDevice.getDevice(devices[i]);
/packages/apps/Bluetooth/src/com/android/bluetooth/pan/
H A DPanService.java178 BluetoothDevice device = getDevice(cs.addr);
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
H A DHeadsetClientStateMachine.java2385 private BluetoothDevice getDevice(byte[] address) { method in class:HeadsetClientStateMachine
2394 event.device = getDevice(address);
2402 event.device = getDevice(address);
/packages/apps/Bluetooth/src/com/android/bluetooth/hdp/
H A DHealthService.java265 BluetoothDevice device = getDevice(channelStateEvent.mAddr);

Completed in 436 milliseconds