OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:availableBytes
(Results
1 - 6
of
6
) sorted by null
/frameworks/base/core/tests/coretests/src/android/app/
DownloadManagerStressTest.java
158
int
availableBytes
= blockSize * availableBlocks;
159
Log.i(TAG, "INITIAL stage, available space in /cache: " +
availableBytes
);
166
if (DOWNLOAD_FILE_SIZE <=
availableBytes
) {
167
int writeSizeBytes =
availableBytes
- (DOWNLOAD_FILE_SIZE / 2);
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/model/
RootInfo.java
54
public long
availableBytes
;
75
availableBytes
= -1;
95
availableBytes
= in.readLong();
114
out.writeLong(
availableBytes
);
151
root.
availableBytes
= getCursorLong(cursor, Root.COLUMN_AVAILABLE_BYTES);
/packages/apps/Launcher3/src/com/android/launcher3/
LauncherBackupHelper.java
[
all
...]
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
RootsFragment.java
242
if (TextUtils.isEmpty(summaryText) && root.
availableBytes
>= 0) {
244
Formatter.formatFileSize(context, root.
availableBytes
));
RootsCache.java
109
mRecentsRoot.
availableBytes
= -1;
/frameworks/base/core/tests/coretests/src/android/content/pm/
AppCacheTest.java
330
long
availableBytes
= st.getFreeBlocks()*blkSize;
Completed in 81 milliseconds