/frameworks/base/core/tests/coretests/src/android/util/ |
D | LruCacheTest.java | 34 LruCache<String, String> cache = new LruCache<String, String>(3); in testStatistics() local 83 LruCache<String, String> cache = newCreatingCache(); in testStatisticsWithCreate() local 107 LruCache<String, String> cache = newCreatingCache(); in testCreateOnCacheMiss() local 113 LruCache<String, String> cache = newCreatingCache(); in testNoCreateOnCacheHit() local 127 LruCache<String, String> cache = new LruCache<String, String>(3); in testCannotPutNullKey() local 136 LruCache<String, String> cache = new LruCache<String, String>(3); in testCannotPutNullValue() local 145 LruCache<String, String> cache = new LruCache<String, String>(3); in testToString() local 163 LruCache<String, String> cache = new LruCache<String, String>(1); in testEvictionWithSingletonCache() local 171 LruCache<String, String> cache = newRemovalLogCache(log); in testEntryEvictedWhenFull() local 188 LruCache<String, String> cache = newRemovalLogCache(log); in testPutCauseEviction() local [all …]
|
/frameworks/base/core/tests/coretests/src/android/net/http/ |
D | HttpResponseCacheTest.java | 87 HttpResponseCache cache = HttpResponseCache.install(cacheDir, 10 * 1024 * 1024); in testCloseCloses() local 97 HttpResponseCache cache = HttpResponseCache.install(cacheDir, 10 * 1024 * 1024); in testCloseUninstalls() local 103 HttpResponseCache cache = HttpResponseCache.install(cacheDir, 10 * 1024 * 1024); in testDeleteUninstalls() local 113 HttpResponseCache cache = HttpResponseCache.install(cacheDir, 10 * 1024 * 1024); in testStatisticsTracking() local
|
/frameworks/support/volley/src/com/android/volley/ |
D | RequestQueue.java | 100 public RequestQueue(Cache cache, Network network, int threadPoolSize, in RequestQueue() 115 public RequestQueue(Cache cache, Network network, int threadPoolSize) { in RequestQueue() 126 public RequestQueue(Cache cache, Network network) { in RequestQueue()
|
D | CacheDispatcher.java | 61 Cache cache, ResponseDelivery delivery) { in CacheDispatcher()
|
D | NetworkDispatcher.java | 52 Network network, Cache cache, in NetworkDispatcher()
|
/frameworks/base/core/java/android/net/ |
D | SSLCertificateSocketFactory.java | 102 int handshakeTimeoutMillis, SSLSessionCache cache, boolean secure) { in SSLCertificateSocketFactory() 128 public static SSLSocketFactory getDefault(int handshakeTimeoutMillis, SSLSessionCache cache) { in getDefault() 144 public static SSLSocketFactory getInsecure(int handshakeTimeoutMillis, SSLSessionCache cache) { in getInsecure() 158 int handshakeTimeoutMillis, SSLSessionCache cache) { in getHttpSocketFactory()
|
D | SSLSessionCache.java | 60 SSLClientSessionCache cache = null; in SSLSessionCache() local
|
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
D | SettingsProvider.java | 283 private void fullyPopulateCache(String table, SettingsCache cache) { in fullyPopulateCache() 356 private Bundle lookupValue(String table, SettingsCache cache, String key) { in lookupValue() 445 SettingsCache cache = SettingsCache.forTable(args.table); in bulkInsert() local 554 SettingsCache cache = SettingsCache.forTable(args.table); in insert() local 788 public static void populate(SettingsCache cache, ContentValues contentValues) { in populate() 816 SettingsCache cache = SettingsCache.forTable(tableName); in invalidate() local 831 public static boolean isRedundantSetValue(SettingsCache cache, String name, String value) { in isRedundantSetValue()
|
/frameworks/base/tools/layoutlib/bridge/src/android/os/ |
D | ServiceManager.java | 69 public static void initServiceCache(Map<String, IBinder> cache) { in initServiceCache()
|
/frameworks/base/core/tests/coretests/src/android/view/ |
D | BigCacheTest.java | 72 final Bitmap[] cache = new Bitmap[1]; in createCacheForView() local
|
D | ZeroSizedTest.java | 90 final Bitmap[] cache = new Bitmap[1]; in createCacheForView() local
|
/frameworks/support/volley/src/com/android/volley/toolbox/ |
D | ClearCacheRequest.java | 40 public ClearCacheRequest(Cache cache, Runnable callback) { in ClearCacheRequest()
|
/frameworks/base/core/java/android/os/ |
D | ServiceManager.java | 133 public static void initServiceCache(Map<String, IBinder> cache) { in initServiceCache()
|
/frameworks/av/media/libstagefright/codecs/aacenc/inc/ |
D | bitbuffer.h | 53 UWord32 cache; member
|
/frameworks/native/libs/binder/ |
D | PermissionCache.cpp | 51 void PermissionCache::cache(const String16& permission, in cache() function in android::PermissionCache
|
/frameworks/base/core/java/android/database/sqlite/ |
D | SQLiteDebug.java | 134 public String cache; field in SQLiteDebug.DbStats
|
/frameworks/base/core/java/android/net/http/ |
D | HttpsConnection.java | 75 SSLClientSessionCache cache = null; in initializeEngine() local
|
/frameworks/base/core/java/com/android/internal/util/ |
D | ArrayUtils.java | 107 Object cache = sCache[bucket]; in emptyArray() local
|
/frameworks/base/test-runner/src/android/test/ |
D | ClassPathPackageInfoSource.java | 46 private final SimpleCache<String, ClassPathPackageInfo> cache = field in ClassPathPackageInfoSource
|
/frameworks/base/core/java/android/emoji/ |
D | EmojiFactory.java | 102 WeakReference<Bitmap> cache = mCache.get(pua); in getBitmapFromAndroidPua() local
|
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/ |
D | UsimPhoneBookManager.java | 78 public UsimPhoneBookManager(IccFileHandler fh, AdnRecordCache cache) { in UsimPhoneBookManager()
|
/frameworks/base/core/java/android/view/ |
D | View.java | 3731 ScrollabilityCache cache = mScrollCache; in getVerticalFadingEdgeLength() local 3764 ScrollabilityCache cache = mScrollCache; in getHorizontalFadingEdgeLength() local 3779 ScrollabilityCache cache = mScrollCache; in getVerticalScrollbarWidth() local 3801 ScrollabilityCache cache = mScrollCache; in getHorizontalScrollbarHeight() local
|
/frameworks/base/core/java/android/widget/ |
D | SlidingDrawer.java | 290 final Bitmap cache = mContent.getDrawingCache(); in dispatchDraw() local
|
/frameworks/av/media/libmediaplayerservice/ |
D | MediaPlayerService.cpp | 1322 sp<AudioCache> cache = new AudioCache(url); in decode() local 1369 sp<AudioCache> cache = new AudioCache("decode_fd"); in decode() local
|
/frameworks/base/core/java/android/content/res/ |
D | Resources.java | 1504 LongSparseArray<WeakReference<ConstantState>> cache, in clearDrawableCache()
|