Searched refs:TOTAL_BYTES (Results 1 – 13 of 13) sorted by relevance
/packages/apps/Settings/tests/unit/src/com/android/settings/deviceinfo/storage/ |
D | StorageUsageProgressBarPreferenceControllerTest.java | 50 private static final long TOTAL_BYTES = 456L; field in StorageUsageProgressBarPreferenceControllerTest 51 private static final long USAGE_BYTES = TOTAL_BYTES - FREE_BYTES; 81 .thenReturn(TOTAL_BYTES); in setSelectedStorageEntry_primaryStorage_getPrimaryStorageBytes() 92 assertThat(mController.mTotalBytes).isEqualTo(TOTAL_BYTES); in setSelectedStorageEntry_primaryStorage_getPrimaryStorageBytes()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
D | BluetoothOppProvider.java | 148 + BluetoothShare.STATUS + " INTEGER, " + BluetoothShare.TOTAL_BYTES in createTable() 217 copyLong(BluetoothShare.TOTAL_BYTES, values, filteredValues); in insert()
|
D | BluetoothShare.java | 195 public static final String TOTAL_BYTES = "total_bytes"; field in BluetoothShare
|
D | BluetoothOppTransferAdapter.java | 101 long totalBytes = cursor.getLong(cursor.getColumnIndexOrThrow(BluetoothShare.TOTAL_BYTES)); in bindView()
|
D | BluetoothOppReceiveFileInfo.java | 99 BluetoothShare.FILENAME_HINT, BluetoothShare.TOTAL_BYTES, BluetoothShare.MIMETYPE in generateFileInfo()
|
D | BluetoothOppTransferHistory.java | 124 BluetoothShare.TOTAL_BYTES, in onCreate()
|
D | BluetoothOppService.java | 729 cursor.getLong(cursor.getColumnIndexOrThrow(BluetoothShare.TOTAL_BYTES)), in insertShare() 886 info.mTotalBytes = cursor.getLong(cursor.getColumnIndexOrThrow(BluetoothShare.TOTAL_BYTES)); in updateShare()
|
D | BluetoothOppUtility.java | 102 info.mTotalBytes = cursor.getLong(cursor.getColumnIndexOrThrow(BluetoothShare.TOTAL_BYTES)); in fillRecord()
|
D | BluetoothOppObexServerSession.java | 274 values.put(BluetoothShare.TOTAL_BYTES, length); in onPut()
|
D | BluetoothOppObexClientSession.java | 370 updateValues.put(BluetoothShare.TOTAL_BYTES, fileInfo.mLength); in processShareInfo()
|
D | BluetoothOppTransfer.java | 433 updateValues.put(BluetoothShare.TOTAL_BYTES, fileInfo.mLength); in markBatchFailed()
|
D | BluetoothOppNotification.java | 270 final int totalBytesIndex = cursor.getColumnIndexOrThrow(BluetoothShare.TOTAL_BYTES); in updateActiveNotification()
|
/packages/providers/DownloadProvider/src/com/android/providers/downloads/ |
D | DownloadNotifier.java | 157 final int TOTAL_BYTES = 5; field 302 final long totalBytes = cursor.getLong(UpdateQuery.TOTAL_BYTES); in updateWithLocked()
|