Home
last modified time | relevance | path

Searched defs:deviceName (Results 1 – 17 of 17) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/data/
DMtpClient.java186 String deviceName = usbDevice.getDeviceName(); in openDeviceLocked() local
254 public MtpDevice getDevice(String deviceName) { in getDevice()
299 public List<MtpStorageInfo> getStorageList(String deviceName) { in getStorageList()
331 public MtpObjectInfo getObjectInfo(String deviceName, int objectHandle) { in getObjectInfo()
346 public boolean deleteObject(String deviceName, int objectHandle) { in deleteObject()
367 public List<MtpObjectInfo> getObjectList(String deviceName, int storageId, int objectHandle) { in getObjectList()
403 public byte[] getObject(String deviceName, int objectHandle, int objectSize) { in getObject()
418 public byte[] getThumbnail(String deviceName, int objectHandle) { in getThumbnail()
436 public boolean importFile(String deviceName, int objectHandle, String destPath) { in importFile()
/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothNameDialogFragment.java92 String deviceName = mLocalAdapter.getName(); in onCreateDialog() local
115 private void setDeviceName(String deviceName) { in setDeviceName()
126 private View createDialogView(String deviceName) { in createDialogView()
DBluetoothPairingRequest.java68 String deviceName = device != null ? device.getName() : null; in onReceive() local
DDeviceProfilesSettings.java102 final EditText deviceName = (EditText) mRootView.findViewById(R.id.name); in onCreateDialog() local
116 EditText deviceName = (EditText) mRootView.findViewById(R.id.name); in onClick() local
DBluetoothPermissionRequest.java110 String deviceName = mDevice != null ? mDevice.getName() : null; in onReceive() local
DLocalBluetoothPreferences.java66 String deviceAddress, String deviceName) { in shouldShowDialogInForeground()
/packages/apps/Nfc/src/com/android/nfc/handover/
DConfirmConnectActivity.java41 String deviceName = mDevice.getName() != null ? mDevice.getName() : ""; in onCreate() local
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppTransferAdapter.java98 String deviceName = BluetoothOppManager.getInstance(context).getDeviceName(remoteDevice); in bindView() local
DBluetoothOppReceiver.java103 String deviceName = mOppManager.getDeviceName(remoteDevice); in onReceive() local
DBluetoothOppUtility.java279 public static String getStatusDescription(Context context, int statusCode, String deviceName) { in getStatusDescription()
DBluetoothOppManager.java311 String deviceName; in getDeviceName() local
/packages/apps/Settings/src/com/android/settings/wifi/p2p/
DWifiP2pSettings.java432 String deviceName = TextUtils.isEmpty(mSelectedWifiPeer.device.deviceName) ? in onCreateDialog() local
451 String deviceName = TextUtils.isEmpty(mSelectedWifiPeer.device.deviceName) ? in onCreateDialog() local
/packages/apps/Gallery2/src/com/android/gallery3d/ingest/data/
DMtpClient.java184 String deviceName = usbDevice.getDeviceName(); in openDeviceLocked() local
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/name/
DDeviceNameSummaryFragment.java97 String deviceName = DeviceManager.getDeviceName(getActivity()); in onCreateView() local
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
DBluetoothAccessoryActivity.java76 String deviceName, @DrawableRes int iconId) { in getIntent()
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
DHeadsetClientStateMachine.java2587 String deviceName = mCurrentDevice.getName(); in getCurrentDeviceName() local
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DHeadsetStateMachine.java3272 String deviceName = device.getName(); in getCurrentDeviceName() local