Home
last modified time | relevance | path

Searched defs:deviceName (Results 1 – 18 of 18) 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/TvSettings/Settings/src/com/android/tv/settings/accessories/
DBluetoothAccessoryActivity.java35 String deviceName; in createSettingsFragment() local
52 public static SettingsFragment newInstance(String deviceAddress, String deviceName, in newInstance()
67 String deviceName = args.getString(EXTRA_ACCESSORY_NAME); in onPreferenceStartInitialScreen() local
DBluetoothAccessoryFragment.java100 public static BluetoothAccessoryFragment newInstance(String deviceAddress, String deviceName, in newInstance()
109 public static void prepareArgs(Bundle b, String deviceAddress, String deviceName, in prepareArgs()
320 public static void prepareArgs(@NonNull Bundle args, String deviceName, in prepareArgs()
/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.java283 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/Settings/src/com/android/settings/inputmethod/
DPhysicalKeyboardFragment.java383 public HardKeyboardDeviceInfo( in HardKeyboardDeviceInfo()
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
DHeadsetClientStateMachine.java2596 String deviceName = mCurrentDevice.getName(); in getCurrentDeviceName() local
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DHeadsetStateMachine.java3286 String deviceName = device.getName(); in getCurrentDeviceName() local