Searched refs:getDeviceName (Results 1 - 12 of 12) sorted by relevance

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/name/
H A DDeviceManager.java30 public static String getDeviceName(Context context) { method in class:DeviceManager
H A DDeviceNameSummaryFragment.java97 String deviceName = DeviceManager.getDeviceName(getActivity());
/packages/apps/Gallery2/src/com/android/gallery3d/ingest/data/
H A DMtpClient.java73 String deviceName = usbDevice.getDeviceName();
184 String deviceName = usbDevice.getDeviceName();
198 mDevices.put(usbDevice.getDeviceName(), mtpDevice);
256 if (mDevices.get(usbDevice.getDeviceName()) == null) {
/packages/apps/Gallery2/src/com/android/gallery3d/data/
H A DMtpClient.java76 String deviceName = usbDevice.getDeviceName();
186 String deviceName = usbDevice.getDeviceName();
200 mDevices.put(usbDevice.getDeviceName(), mtpDevice);
269 return mDevices.get(UsbDevice.getDeviceName(id));
283 if (mDevices.get(usbDevice.getDeviceName()) == null) {
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DScanFilterQueue.java207 if (filter.getDeviceName() != null) {
208 addName(filter.getDeviceName());
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppManager.java315 public String getDeviceName(BluetoothDevice device) { method in class:BluetoothOppManager
456 + getDeviceName(mRemoteDevice));
475 + getDeviceName(mRemoteDevice));
H A DBluetoothOppTransferAdapter.java98 String deviceName = BluetoothOppManager.getInstance(context).getDeviceName(remoteDevice);
H A DBluetoothOppReceiver.java103 String deviceName = mOppManager.getDeviceName(remoteDevice);
H A DBluetoothOppUtility.java113 BluetoothOppManager.getInstance(context).getDeviceName(remoteDevice);
H A DBluetoothOppTransferActivity.java388 this).getDeviceName(remoteDevice)), Toast.LENGTH_SHORT)
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/about/
H A DAboutActivity.java220 .description(DeviceManager.getDeviceName(this))
/packages/apps/Settings/src/com/android/settings/wfd/
H A DWifiDisplaySettings.java569 if (name.isEmpty() || name.equals(display.getDeviceName())) {

Completed in 150 milliseconds