Searched refs:currentBytes (Results 1 – 6 of 6) sorted by relevance
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
D | BluetoothOppShareInfo.java | 73 long totalBytes, long currentBytes, long timestamp, boolean mediaScanned) { in BluetoothOppShareInfo() argument 85 mCurrentBytes = currentBytes; in BluetoothOppShareInfo()
|
D | BluetoothOppUtility.java | 288 public static String formatProgressText(long totalBytes, long currentBytes) { in formatProgressText() argument 293 percent = currentBytes / (double) totalBytes; in formatProgressText()
|
/packages/providers/DownloadProvider/src/com/android/providers/downloads/ |
D | DownloadThread.java | 740 final long currentBytes = mInfoDelta.mCurrentBytes; in updateProgress() local 744 final long sampleSpeed = ((currentBytes - mSpeedSampleBytes) * 1000) in updateProgress() 759 mSpeedSampleBytes = currentBytes; in updateProgress() 762 final long bytesDelta = currentBytes - mLastUpdateBytes; in updateProgress() 771 mLastUpdateBytes = currentBytes; in updateProgress()
|
D | DownloadNotifier.java | 297 final long currentBytes = cursor.getLong(UpdateQuery.CURRENT_BYTES); in updateWithLocked() local 301 current += currentBytes; in updateWithLocked()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/password/ |
D | ChooseLockPassword.java | 398 byte[] currentBytes = intent.getByteArrayExtra( in onCreate() 404 currentBytes, currentBytes, mRequestedQuality, mUserId); in onCreate() local
|
/packages/apps/Settings/src/com/android/settings/password/ |
D | ChooseLockPassword.java | 397 byte[] currentBytes = intent.getByteArrayExtra( in onCreate() 403 currentBytes, currentBytes, mRequestedQuality, mUserId); in onCreate() local
|