OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:maxSizeBytes
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
ThumbnailCache.java
24
public ThumbnailCache(int
maxSizeBytes
) {
25
super(
maxSizeBytes
);
/packages/apps/Browser/src/com/android/browser/
WebStorageSizeManager.java
375
long
maxSizeBytes
= (long) Math.min(Math.floor(
378
// Round
maxSizeBytes
up to a multiple of 1024KB (but only if
379
//
maxSizeBytes
> 1MB).
381
if (
maxSizeBytes
< maxSizeStepBytes) {
384
long roundingExtra =
maxSizeBytes
% maxSizeStepBytes == 0 ? 0 : 1;
386
* ((
maxSizeBytes
/ maxSizeStepBytes) + roundingExtra));
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
fakewebrtcvoiceengine.h
516
int
maxSizeBytes
));
522
int
maxSizeBytes
)) {
[
all
...]
Completed in 73 milliseconds