OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TOTAL_BYTES
(Results
1 - 12
of
12
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothShare.java
193
public static final String
TOTAL_BYTES
= "
total_bytes
";
BluetoothOppTransferAdapter.java
102
long totalBytes = cursor.getLong(cursor.getColumnIndexOrThrow(BluetoothShare.
TOTAL_BYTES
));
BluetoothOppProvider.java
168
+ BluetoothShare.STATUS + " INTEGER, " + BluetoothShare.
TOTAL_BYTES
242
copyLong(BluetoothShare.
TOTAL_BYTES
, values, filteredValues);
BluetoothOppReceiveFileInfo.java
97
BluetoothShare.FILENAME_HINT, BluetoothShare.
TOTAL_BYTES
, BluetoothShare.MIMETYPE
BluetoothOppTransferHistory.java
123
BluetoothShare.
TOTAL_BYTES
, BluetoothShare._DATA, BluetoothShare.TIMESTAMP,
BluetoothOppUtility.java
91
.getColumnIndexOrThrow(BluetoothShare.
TOTAL_BYTES
));
BluetoothOppService.java
581
cursor.getLong(cursor.getColumnIndexOrThrow(BluetoothShare.
TOTAL_BYTES
)),
733
info.mTotalBytes = cursor.getLong(cursor.getColumnIndexOrThrow(BluetoothShare.
TOTAL_BYTES
));
[
all
...]
BluetoothOppNotification.java
234
final int totalBytesIndex = cursor.getColumnIndexOrThrow(BluetoothShare.
TOTAL_BYTES
);
BluetoothOppObexClientSession.java
328
updateValues.put(BluetoothShare.
TOTAL_BYTES
, fileInfo.mLength);
BluetoothOppObexServerSession.java
266
values.put(BluetoothShare.
TOTAL_BYTES
, length);
BluetoothOppTransfer.java
325
updateValues.put(BluetoothShare.
TOTAL_BYTES
, fileInfo.mLength);
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadNotifier.java
142
final int
TOTAL_BYTES
= 5;
276
final long totalBytes = cursor.getLong(UpdateQuery.
TOTAL_BYTES
);
Completed in 3790 milliseconds