Searched refs:cacheSize (Results 1 - 13 of 13) sorted by relevance

/packages/apps/TV/usbtuner/src/com/android/usbtuner/exoplayer/cache/
H A DTrickplayStorageManager.java83 public boolean reachedStorageMax(long cacheSize, long pendingDelete) { argument
84 return cacheSize - pendingDelete > mMaxCacheSize;
H A DDvrStorageManager.java81 public boolean reachedStorageMax(long cacheSize, long pendingDelete) { argument
H A DCacheManager.java208 * @param cacheSize the current total usage of Storage in bytes.
213 boolean reachedStorageMax(long cacheSize, long pendingDelete); argument
420 Log.d(TAG, String.format("cacheSize = %d; pendingDelete = %b; "
/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DAlbumSetDataLoader.java77 public AlbumSetDataLoader(AbstractGalleryActivity activity, MediaSet albumSet, int cacheSize) { argument
79 mCoverItem = new MediaItem[cacheSize];
80 mData = new MediaSet[cacheSize];
81 mTotalCount = new int[cacheSize];
82 mItemVersion = new long[cacheSize];
83 mSetVersion = new long[cacheSize];
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/apps/
H A DClearCachePreference.java42 : Formatter.formatFileSize(context, mEntry.cacheSize + mEntry.externalCacheSize));
/packages/apps/Settings/src/com/android/settings/applications/
H A DAppStorageSettings.java306 long cacheSize = mAppEntry.cacheSize + mAppEntry.externalCacheSize;
307 if (mLastCacheSize != cacheSize) {
308 mLastCacheSize = cacheSize;
309 mCacheSize.setSummary(getSizeStr(cacheSize));
322 if (cacheSize <= 0) {
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
H A DBitmapDownloader.java123 int cacheSize = 1024 * 1024 * memClass;
124 mMemoryCache = new LruCache<String, BitmapItem>(cacheSize) {
H A DDrawableDownloader.java189 int cacheSize = 1024 * 1024 * memClass;
190 mMemoryCache = new LruCache<String, BitmapItem>(cacheSize) {
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DAlbumSlidingWindow.java92 AlbumDataLoader source, int cacheSize) {
95 mData = new AlbumEntry[cacheSize];
91 AlbumSlidingWindow(AbstractGalleryActivity activity, AlbumDataLoader source, int cacheSize) argument
H A DAlbumSetSlidingWindow.java95 AlbumSetDataLoader source, AlbumSetSlotRenderer.LabelSpec labelSpec, int cacheSize) {
98 mData = new AlbumSetEntry[cacheSize];
94 AlbumSetSlidingWindow(AbstractGalleryActivity activity, AlbumSetDataLoader source, AlbumSetSlotRenderer.LabelSpec labelSpec, int cacheSize) argument
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/storage/
H A DStorageFragment.java218 mCacheUsagePref.setSize(details.cacheSize);
/packages/apps/Settings/src/com/android/settings/deviceinfo/
H A DPrivateVolumeSettings.java625 updatePreference(item, details.cacheSize);
626 accountedSize += details.cacheSize;
628 Log.v(TAG, "cacheSize: " + details.cacheSize + " accountedSize: "
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...

Completed in 2064 milliseconds