/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/opp/ |
D | BluetoothOppTransferActivityTest.java | 123 mCursorMockDataList.add(new CursorMockData(BluetoothShare.CURRENT_BYTES, 4, 0)); in onCreate_showSendOnGoingDialog() 147 new CursorMockData(BluetoothShare.CURRENT_BYTES, 4, 100)); in onCreate_showSendCompleteSuccessDialog() 169 mCursorMockDataList.add(new CursorMockData(BluetoothShare.CURRENT_BYTES, 4, 42)); in onCreate_showSendCompleteFailDialog() 191 mCursorMockDataList.add(new CursorMockData(BluetoothShare.CURRENT_BYTES, 4, 0)); in onCreate_showReceiveOnGoingDialog() 214 new CursorMockData(BluetoothShare.CURRENT_BYTES, 4, 100) in onCreate_showReceiveCompleteSuccessDialog() 238 mCursorMockDataList.add(new CursorMockData(BluetoothShare.CURRENT_BYTES, 4, 42)); in onCreate_showReceiveCompleteFailDialog()
|
D | BluetoothOppNotificationTest.java | 99 BluetoothShare.TOTAL_BYTES, BluetoothShare.CURRENT_BYTES, BluetoothShare._DATA, in updateActiveNotification() 141 BluetoothShare.TOTAL_BYTES, BluetoothShare.CURRENT_BYTES, BluetoothShare._DATA, in updateCompletedNotification_withOutBoundShare_showsNoti() 180 BluetoothShare.TOTAL_BYTES, BluetoothShare.CURRENT_BYTES, BluetoothShare._DATA, in updateCompletedNotification_withInBoundShare_showsNoti() 220 BluetoothShare.TOTAL_BYTES, BluetoothShare.CURRENT_BYTES, BluetoothShare._DATA, in updateIncomingFileConfirmationNotification()
|
D | BluetoothOppReceiverTest.java | 239 new BluetoothOppTestUtils.CursorMockData(BluetoothShare.CURRENT_BYTES, 4, 100), in onReceive_withActionTransferCompletedAndHandoverInitiated_contextSendBroadcast() 281 new BluetoothOppTestUtils.CursorMockData(BluetoothShare.CURRENT_BYTES, 4, 100), in onReceive_withActionTransferComplete_noBroadcastSent()
|
D | IncomingFileConfirmActivityTest.java | 109 new BluetoothOppTestUtils.CursorMockData(BluetoothShare.CURRENT_BYTES, 4, 0), in setUp()
|
D | BluetoothOppTransferHistoryTest.java | 105 new BluetoothOppTestUtils.CursorMockData(BluetoothShare.CURRENT_BYTES, 4, 0), in setUp()
|
D | BluetoothOppUtilityTest.java | 255 new CursorMockData(BluetoothShare.CURRENT_BYTES, 4, currentBytesValue), in fillRecord_filledAllProperties()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/ |
D | BluetoothOppObexClientSession.java | 443 updateValues.put(BluetoothShare.CURRENT_BYTES, 0); in sendFile() 497 updateValues.put(BluetoothShare.CURRENT_BYTES, position); in sendFile() 537 updateValues.put(BluetoothShare.CURRENT_BYTES, position); in sendFile()
|
D | BluetoothShare.java | 207 public static final String CURRENT_BYTES = "current_bytes"; field in BluetoothShare
|
D | BluetoothOppProvider.java | 153 + " INTEGER, " + BluetoothShare.CURRENT_BYTES + " INTEGER, " in createTable()
|
D | BluetoothOppService.java | 779 cursor.getLong(cursor.getColumnIndexOrThrow(BluetoothShare.CURRENT_BYTES)), in insertShare() 937 cursor.getLong(cursor.getColumnIndexOrThrow(BluetoothShare.CURRENT_BYTES)); in updateShare()
|
D | BluetoothOppObexServerSession.java | 501 updateValues.put(BluetoothShare.CURRENT_BYTES, position); in receiveFile()
|
D | BluetoothOppUtility.java | 119 cursor.getLong(cursor.getColumnIndexOrThrow(BluetoothShare.CURRENT_BYTES)); in fillRecord()
|
D | BluetoothOppNotification.java | 275 final int currentBytesIndex = cursor.getColumnIndexOrThrow(BluetoothShare.CURRENT_BYTES); in updateActiveNotification()
|
/packages/providers/DownloadProvider/src/com/android/providers/downloads/ |
D | DownloadNotifier.java | 156 final int CURRENT_BYTES = 4; field 302 final long currentBytes = cursor.getLong(UpdateQuery.CURRENT_BYTES); in updateWithLocked()
|