/packages/apps/Gallery2/src/com/android/gallery3d/data/ |
D | MtpClient.java | 254 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()
|
D | MtpDeviceSet.java | 91 android.mtp.MtpDevice device = mtpContext.getMtpClient().getDevice(deviceId); in getDeviceName()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/ |
D | RemoteDevices.java | 79 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 …]
|
D | ProfileService.java | 209 protected BluetoothDevice getDevice(byte[] address) { in getDevice() method in ProfileService
|
D | BondStateMachine.java | 275 BluetoothDevice device = mRemoteDevices.getDevice(address); in bondStateChangeCallback()
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
D | DeviceProfilesSettings.java | 146 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()
|
D | DeviceListPreferenceFragment.java | 142 mSelectedDevice = device.getDevice(); in onPreferenceTreeClick() 162 if (mFilter.matches(cachedDevice.getDevice())) { in onDeviceAdded()
|
D | DevicePickerFragment.java | 84 BluetoothDevice device = cachedDevice.getDevice(); in onDeviceBondStateChanged()
|
D | CachedBluetoothDeviceManager.java | 71 if (cachedDevice.getDevice().equals(device)) { in findDevice()
|
D | BluetoothDevicePreference.java | 232 if (profile.isProfileReady() && profile.isPreferred(cachedDevice.getDevice())) { in getConnectionSummary()
|
D | BluetoothSettings.java | 359 args.putParcelable(DeviceProfilesSettings.EXTRA_DEVICE, device.getDevice());
|
D | DockService.java | 430 BluetoothDevice btDevice = deviceUI.getDevice(); in hasOtherConnectedDevices() 855 int status = profile.getConnectionStatus(cachedDevice.getDevice()); in applyBtSettings()
|
D | CachedBluetoothDevice.java | 357 BluetoothDevice getDevice() { in getDevice() method in CachedBluetoothDevice
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hid/ |
D | HidService.java | 172 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/ |
D | A2dpStateMachine.java | 709 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/ |
D | InputMethodAndLanguageSettings.java | 437 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/ |
D | HeadsetStateMachine.java | 1794 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/ |
D | PanService.java | 158 BluetoothDevice device = getDevice(cs.addr);
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hdp/ |
D | HealthService.java | 251 BluetoothDevice device = getDevice(channelStateEvent.mAddr); in handleMessage()
|