Home
last modified time | relevance | path

Searched refs:currentBytes (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppShareInfo.java73 long totalBytes, long currentBytes, long timestamp, boolean mediaScanned) { in BluetoothOppShareInfo() argument
85 mCurrentBytes = currentBytes; in BluetoothOppShareInfo()
DBluetoothOppUtility.java288 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/
DDownloadThread.java740 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()
DDownloadNotifier.java297 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/
DChooseLockPassword.java398 byte[] currentBytes = intent.getByteArrayExtra( in onCreate()
404 currentBytes, currentBytes, mRequestedQuality, mUserId); in onCreate() local
/packages/apps/Settings/src/com/android/settings/password/
DChooseLockPassword.java397 byte[] currentBytes = intent.getByteArrayExtra( in onCreate()
403 currentBytes, currentBytes, mRequestedQuality, mUserId); in onCreate() local