OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BluetoothOppUtility
(Results
1 - 11
of
11
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppTransferHistory.java
181
BluetoothOppUtility
.updateVisibilityToHidden(this, contentUri);
250
BluetoothOppUtility
.updateVisibilityToHidden(this, contentUri);
278
BluetoothOppTransferInfo transInfo =
BluetoothOppUtility
.queryRecord(this, contentUri);
286
BluetoothOppUtility
.updateVisibilityToHidden(this, contentUri);
287
BluetoothOppUtility
.openReceivedFile(this, transInfo.mFileName, transInfo.mFileType,
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
BluetoothOppUtility
.retryTransfer(this, mTransInfo);
386
BluetoothOppUtility
.updateVisibilityToHidden(this, mUri);
409
BluetoothOppUtility
.updateVisibilityToHidden(this, mUri)
[
all
...]
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());
BluetoothOppTransferAdapter.java
107
tv.setText(
BluetoothOppUtility
.getStatusDescription(mContext, status, deviceName));
BluetoothOppManager.java
256
BluetoothOppUtility
.putSendFileInfo(uri,
269
BluetoothOppUtility
.putSendFileInfo(uri,
BluetoothOppIncomingFileConfirmActivity.java
100
mTransInfo =
BluetoothOppUtility
.queryRecord(this, mUri);
BluetoothOppObexClientSession.java
311
BluetoothOppSendFileInfo fileInfo =
BluetoothOppUtility
.getSendFileInfo(mInfo.mUri);
506
BluetoothOppUtility
.closeSendFileInfo(mInfo.mUri);
BluetoothOppTransfer.java
319
=
BluetoothOppUtility
.getSendFileInfo(info.mUri);
320
BluetoothOppUtility
.closeSendFileInfo(info.mUri);
BluetoothOppUtility.java
60
public class
BluetoothOppUtility
{
61
private static final String TAG = "
BluetoothOppUtility
";
BluetoothOppService.java
609
BluetoothOppSendFileInfo sendFileInfo =
BluetoothOppUtility
.getSendFileInfo(
614
BluetoothOppUtility
.closeSendFileInfo(info.mUri);
[
all
...]
BluetoothOppNotification.java
319
BluetoothOppUtility
.formatProgressText(item.totalTotal, item.totalCurrent));
Completed in 230 milliseconds