/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/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/opp/ |
D | BluetoothOppTransferActivityTest.java | 137 mCursorMockDataList.add(new CursorMockData(BluetoothShare.TOTAL_BYTES, 3, 100)); in onCreate_showSendOnGoingDialog() 159 mCursorMockDataList.add(new CursorMockData(BluetoothShare.TOTAL_BYTES, 3, 100)); in onCreate_showSendCompleteSuccessDialog() 181 mCursorMockDataList.add(new CursorMockData(BluetoothShare.TOTAL_BYTES, 3, 100)); in onCreate_showSendCompleteFailDialog() 203 mCursorMockDataList.add(new CursorMockData(BluetoothShare.TOTAL_BYTES, 3, 100)); in onCreate_showReceiveOnGoingDialog() 225 mCursorMockDataList.add(new CursorMockData(BluetoothShare.TOTAL_BYTES, 3, 100)); in onCreate_showReceiveCompleteSuccessDialog() 248 mCursorMockDataList.add(new CursorMockData(BluetoothShare.TOTAL_BYTES, 3, 100)); in onCreate_showReceiveCompleteFailDialog()
|
D | BluetoothOppReceiveFileInfoTest.java | 121 BluetoothShare.TOTAL_BYTES, in generateFileInfo_wrongHint_fileError() 169 BluetoothShare.TOTAL_BYTES, in generateFileInfo_noInsertUri_returnFileError() 209 BluetoothShare.TOTAL_BYTES, in generateFileInfo_withInsertUri_workCorrectly() 253 BluetoothShare.TOTAL_BYTES, in generateFileInfo_longFileName_trimFileName()
|
D | BluetoothOppNotificationTest.java | 144 BluetoothShare.TOTAL_BYTES, in updateActiveNotification() 223 BluetoothShare.TOTAL_BYTES, in updateCompletedNotification_withOutBoundShare_showsNoti() 303 BluetoothShare.TOTAL_BYTES, in updateCompletedNotification_withInBoundShare_showsNoti() 384 BluetoothShare.TOTAL_BYTES, BluetoothShare.CURRENT_BYTES, in updateIncomingFileConfirmationNotification()
|
D | BluetoothOppReceiverTest.java | 353 BluetoothShare.TOTAL_BYTES, 3, 100), in onReceive_withActionTransferCompletedAndHandoverInitiated_contextSendBroadcast() 409 BluetoothShare.TOTAL_BYTES, 3, 100), in onReceive_withActionTransferComplete_noBroadcastSent()
|
D | BluetoothOppTransferHistoryTest.java | 117 BluetoothShare.TOTAL_BYTES, 3, 100), in setUp()
|
D | IncomingFileConfirmActivityTest.java | 128 BluetoothShare.TOTAL_BYTES, 3, 100), in setUp()
|
D | BluetoothOppUtilityTest.java | 304 new CursorMockData(BluetoothShare.TOTAL_BYTES, 3, totalBytesValue), in fillRecord_filledAllProperties()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/ |
D | BluetoothOppProvider.java | 169 + BluetoothShare.TOTAL_BYTES in createTable() 281 BluetoothShare.TOTAL_BYTES, BluetoothShare.TIMESTAMP)); in oppDatabaseMigration() 317 copyLong(BluetoothShare.TOTAL_BYTES, values, filteredValues); in insert()
|
D | BluetoothShare.java | 159 public static final String TOTAL_BYTES = "total_bytes"; field in BluetoothShare
|
D | BluetoothOppTransferAdapter.java | 100 long totalBytes = cursor.getLong(cursor.getColumnIndexOrThrow(BluetoothShare.TOTAL_BYTES)); in bindView()
|
D | BluetoothOppReceiveFileInfo.java | 106 BluetoothShare.TOTAL_BYTES, in generateFileInfo()
|
D | BluetoothOppTransferHistory.java | 150 BluetoothShare.TOTAL_BYTES, in onCreate()
|
D | BluetoothOppService.java | 861 cursor.getLong(cursor.getColumnIndexOrThrow(BluetoothShare.TOTAL_BYTES)), in insertShare() 1034 info.mTotalBytes = cursor.getLong(cursor.getColumnIndexOrThrow(BluetoothShare.TOTAL_BYTES)); in updateShare()
|
D | BluetoothOppObexClientSession.java | 378 updateValues.put(BluetoothShare.TOTAL_BYTES, fileInfo.mLength); in processShareInfo()
|
D | BluetoothOppUtility.java | 118 info.mTotalBytes = cursor.getLong(cursor.getColumnIndexOrThrow(BluetoothShare.TOTAL_BYTES)); in fillRecord()
|
D | BluetoothOppObexServerSession.java | 293 values.put(BluetoothShare.TOTAL_BYTES, length); in onPut()
|
D | BluetoothOppNotification.java | 308 final int totalBytesIndex = cursor.getColumnIndexOrThrow(BluetoothShare.TOTAL_BYTES); in updateActiveNotification()
|
D | BluetoothOppTransfer.java | 492 updateValues.put(BluetoothShare.TOTAL_BYTES, fileInfo.mLength); in markBatchFailed()
|
/packages/providers/DownloadProvider/src/com/android/providers/downloads/ |
D | DownloadNotifier.java | 166 final int TOTAL_BYTES = 5; field 316 final long totalBytes = cursor.getLong(UpdateQuery.TOTAL_BYTES); in updateWithLocked()
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/btservice/ |
D | DataMigrationTest.java | 428 new Pair(BluetoothShare.TOTAL_BYTES, 42L),
|