Searched defs:totalBytes (Results 1 – 14 of 14) sorted by relevance
50 public StorageVolumePreference(Context context, VolumeInfo volume, int color, long totalBytes) { in StorageVolumePreference()
160 final long totalBytes = file.getTotalSpace(); in update() local
65 int totalBytes = 0; in executeAction() local
102 long totalBytes = cursor.getLong(cursor.getColumnIndexOrThrow(BluetoothShare.TOTAL_BYTES)); in bindView() local
73 long totalBytes, long currentBytes, long timestamp, boolean mediaScanned) { in BluetoothOppShareInfo()
269 public static String formatProgressText(long totalBytes, long currentBytes) { in formatProgressText()
303 public int getRequiredNetworkType(long totalBytes) { in getRequiredNetworkType()371 public boolean isMeteredAllowed(long totalBytes) { in isMeteredAllowed()
278 final long totalBytes = cursor.getLong(UpdateQuery.TOTAL_BYTES); in updateWithLocked() local
176 int totalBytes = 0; in runUntilProgress() local
368 long totalBytes = mCacheStorageInfo.getTotalBytes(); in refreshCacheStorageInfo() local
307 final long totalBytes = entry != null ? entry.rxBytes + entry.txBytes : 0; in updateDetailData() local
320 final long totalBytes = backgroundBytes + foregroundBytes; in bindData() local
618 long totalBytes = mChartData.detail.getTotalBytes(); in getDataSummary() local
495 long totalBytes, long startTime, long endTime) { in insertRecordedProgram()