Searched defs:totalBytes (Results 1 – 7 of 7) sorted by relevance
102 long totalBytes = cursor.getLong(cursor.getColumnIndexOrThrow(BluetoothShare.TOTAL_BYTES)); in bindView() local
73 int totalBytes, int currentBytes, int timestamp, boolean mediaScanned) { in BluetoothOppShareInfo()
248 public static String formatProgressText(long totalBytes, long currentBytes) { in formatProgressText()
372 public NetworkState checkCanUseNetwork(long totalBytes) { in checkCanUseNetwork()402 private NetworkState checkIsNetworkTypeAllowed(int networkType, long totalBytes) { in checkIsNetworkTypeAllowed()437 private NetworkState checkSizeAllowedForNetwork(int networkType, long totalBytes) { in checkSizeAllowedForNetwork()
174 int totalBytes = 0; in runUntilProgress() local
368 long totalBytes = mCacheStorageInfo.getTotalBytes(); in refreshCacheStorageInfo() local
1197 final long totalBytes = defaultBytes + foregroundBytes; in updateDetailData() local1224 final long totalBytes = entry != null ? entry.rxBytes + entry.txBytes : 0; in updateDetailData() local