Home
last modified time | relevance | path

Searched refs:getDevice (Results 1 – 19 of 19) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/data/
DMtpClient.java254 public MtpDevice getDevice(String deviceName) { in getDevice() method in MtpClient
267 public MtpDevice getDevice(int id) { in getDevice() method in MtpClient
300 MtpDevice device = getDevice(deviceName); in getStorageList()
332 MtpDevice device = getDevice(deviceName); in getObjectInfo()
347 MtpDevice device = getDevice(deviceName); in deleteObject()
368 MtpDevice device = getDevice(deviceName); in getObjectList()
404 MtpDevice device = getDevice(deviceName); in getObject()
419 MtpDevice device = getDevice(deviceName); in getThumbnail()
437 MtpDevice device = getDevice(deviceName); in importFile()
DMtpDeviceSet.java91 android.mtp.MtpDevice device = mtpContext.getMtpClient().getDevice(deviceId); in getDeviceName()
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DRemoteDevices.java79 BluetoothDevice getDevice(byte[] address) { in getDevice() method in RemoteDevices
228 intent.putExtra(BluetoothDevice.EXTRA_DEVICE, getDevice(address)); in sendDisplayPinIntent()
239 BluetoothDevice bdDevice = getDevice(address); in devicePropertyChangedCallback()
243 bdDevice = getDevice(address); in devicePropertyChangedCallback()
307 BluetoothDevice device = getDevice(address); in deviceFoundCallback()
327 BluetoothDevice bdDevice = getDevice(address); in pinRequestCallback()
352 intent.putExtra(BluetoothDevice.EXTRA_DEVICE, getDevice(address)); in pinRequestCallback()
362 BluetoothDevice bdDevice = getDevice(address); in sspRequestCallback()
385 BluetoothDevice device = getDevice(address); in sspRequestCallback()
389 device = getDevice(address); in sspRequestCallback()
[all …]
DProfileService.java209 protected BluetoothDevice getDevice(byte[] address) { in getDevice() method in ProfileService
DBondStateMachine.java275 BluetoothDevice device = mRemoteDevices.getDevice(address); in bondStateChangeCallback()
/packages/apps/Settings/src/com/android/settings/bluetooth/
DDeviceProfilesSettings.java146 outState.putParcelable(EXTRA_DEVICE, mCachedDevice.getDevice()); in onSaveInstanceState()
207 pref.setTitle(profile.getNameResource(mCachedDevice.getDevice())); in createProfilePreference()
254 BluetoothDevice device = mCachedDevice.getDevice(); in onProfileClicked()
283 String profileName = context.getString(profile.getNameResource(device.getDevice())); in askDisconnect()
293 profile.setPreferred(device.getDevice(), false); in askDisconnect()
335 BluetoothDevice device = mCachedDevice.getDevice(); in refreshProfilePreference()
DDeviceListPreferenceFragment.java142 mSelectedDevice = device.getDevice(); in onPreferenceTreeClick()
162 if (mFilter.matches(cachedDevice.getDevice())) { in onDeviceAdded()
DDevicePickerFragment.java84 BluetoothDevice device = cachedDevice.getDevice(); in onDeviceBondStateChanged()
DCachedBluetoothDeviceManager.java71 if (cachedDevice.getDevice().equals(device)) { in findDevice()
DBluetoothDevicePreference.java232 if (profile.isProfileReady() && profile.isPreferred(cachedDevice.getDevice())) { in getConnectionSummary()
DBluetoothSettings.java359 args.putParcelable(DeviceProfilesSettings.EXTRA_DEVICE, device.getDevice());
DDockService.java430 BluetoothDevice btDevice = deviceUI.getDevice(); in hasOtherConnectedDevices()
855 int status = profile.getConnectionStatus(cachedDevice.getDevice()); in applyBtSettings()
DCachedBluetoothDevice.java357 BluetoothDevice getDevice() { in getDevice() method in CachedBluetoothDevice
/packages/apps/Bluetooth/src/com/android/bluetooth/hid/
DHidService.java172 BluetoothDevice device = getDevice((byte[]) msg.obj);
208 BluetoothDevice device = getDevice((byte[]) msg.obj);
266 BluetoothDevice device = getDevice((byte[]) msg.obj);
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
DA2dpStateMachine.java709 event.device = getDevice(address); in onConnectionStateChanged()
716 event.device = getDevice(address); in onAudioStateChanged()
719 private BluetoothDevice getDevice(byte[] address) { in getDevice() method in A2dpStateMachine
/packages/apps/Settings/src/com/android/settings/inputmethod/
DInputMethodAndLanguageSettings.java437 InputDevice device = InputDevice.getDevice(devices[i]); in updateHardKeyboards()
533 InputDevice device = InputDevice.getDevice(devices[i]); in haveInputDeviceWithVibrator()
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DHeadsetStateMachine.java1794 event.device = getDevice(address); in onConnectionStateChanged()
1801 event.device = getDevice(address); in onAudioStateChanged()
1925 private BluetoothDevice getDevice(byte[] address) { in getDevice() method in HeadsetStateMachine
/packages/apps/Bluetooth/src/com/android/bluetooth/pan/
DPanService.java158 BluetoothDevice device = getDevice(cs.addr);
/packages/apps/Bluetooth/src/com/android/bluetooth/hdp/
DHealthService.java251 BluetoothDevice device = getDevice(channelStateEvent.mAddr); in handleMessage()