HomeSort by relevance Sort by last modified time
    Searched defs:BluetoothOppUtility (Results 1 - 7 of 7) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppTransferActivity.java 139 mTransInfo = BluetoothOppUtility.queryRecord(this, mUri);
159 BluetoothOppUtility.updateVisibilityToHidden(this, mUri);
322 tmp = getString(R.string.download_fail_line3, BluetoothOppUtility
336 tmp = getString(R.string.download_fail_line3, BluetoothOppUtility.getStatusDescription(
354 BluetoothOppUtility.openReceivedFile(this, mTransInfo.mFileName,
358 BluetoothOppUtility.updateVisibilityToHidden(this, mUri);
367 BluetoothOppUtility.updateVisibilityToHidden(this, mUri);
374 Uri uri = BluetoothOppUtility.originalUri(Uri.parse(mTransInfo.mFileUri));
377 uri = BluetoothOppUtility.generateUri(uri, sendFileInfo);
378 BluetoothOppUtility.putSendFileInfo(uri, sendFileInfo)
    [all...]
BluetoothOppTransferAdapter.java 107 tv.setText(BluetoothOppUtility.getStatusDescription(mContext, status, deviceName));
BluetoothOppReceiver.java 145 transInfo = BluetoothOppUtility.queryRecord(context, uri);
154 BluetoothOppUtility.openReceivedFile(context, transInfo.mFileName,
156 BluetoothOppUtility.updateVisibilityToHidden(context, uri);
226 transInfo = BluetoothOppUtility.queryRecord(context, intent.getData());
BluetoothOppTransferHistory.java 184 BluetoothOppUtility.updateVisibilityToHidden(this, contentUri);
254 BluetoothOppUtility.updateVisibilityToHidden(this, contentUri);
286 BluetoothOppTransferInfo transInfo = BluetoothOppUtility.queryRecord(this, contentUri);
294 BluetoothOppUtility.updateVisibilityToHidden(this, contentUri);
295 BluetoothOppUtility.openReceivedFile(this, transInfo.mFileName, transInfo.mFileType,
BluetoothOppUtility.java 60 public class BluetoothOppUtility {
61 private static final String TAG = "BluetoothOppUtility";
BluetoothOppManager.java 257 uri = BluetoothOppUtility.generateUri(uri, sendFileInfo);
258 BluetoothOppUtility.putSendFileInfo(uri, sendFileInfo);
273 uri = BluetoothOppUtility.generateUri(uri, sendFileInfo);
275 BluetoothOppUtility.putSendFileInfo(uri, sendFileInfo);
439 fileUri = BluetoothOppUtility.originalUri(fileUri);
BluetoothOppNotification.java 321 BluetoothOppUtility.formatProgressText(item.totalTotal, item.totalCurrent));

Completed in 332 milliseconds