HomeSort by relevance Sort by last modified time
    Searched refs:getSendFileInfo (Results 1 - 4 of 4) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppUtility.java 336 static BluetoothOppSendFileInfo getSendFileInfo(Uri uri) {
337 if (D) Log.d(TAG, "getSendFileInfo: uri=" + uri);
BluetoothOppObexClientSession.java 311 BluetoothOppSendFileInfo fileInfo = BluetoothOppUtility.getSendFileInfo(mInfo.mUri);
BluetoothOppTransfer.java 319 = BluetoothOppUtility.getSendFileInfo(info.mUri);
BluetoothOppService.java 624 BluetoothOppSendFileInfo sendFileInfo = BluetoothOppUtility.getSendFileInfo(
    [all...]

Completed in 62 milliseconds