Home
last modified time | relevance | path

Searched refs:getMaxSize (Results 1 – 13 of 13) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/avrcpcontroller/bip/
DBipImageFormatTest.java37 Assert.assertEquals(-1, format.getMaxSize()); in testParseNative_requiredOnly()
50 Assert.assertEquals(-1, format.getMaxSize()); in testParseNative_withSize()
63 Assert.assertEquals(-1, format.getMaxSize()); in testParseVariant_requiredOnly()
76 Assert.assertEquals(1048576, format.getMaxSize()); in testParseVariant_withMaxSize()
121 Assert.assertEquals(1048576, format.getMaxSize()); in testParseVariant_allFields()
130 Assert.assertEquals(1048576, format.getMaxSize()); in testParseVariant_allFields()
139 Assert.assertEquals(1048576, format.getMaxSize()); in testParseVariant_allFields()
156 Assert.assertEquals(-1, format.getMaxSize()); in testCreateNative_requiredOnly()
173 Assert.assertEquals(-1, format.getMaxSize()); in testCreateNative_withSize()
191 Assert.assertEquals(-1, format.getMaxSize()); in testCreateVariant_requiredOnly()
[all …]
/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/
DTaskThumbnailCacheTest.java63 when(mTaskKeyCache.getMaxSize()).thenReturn(3); in increaseCacheSize()
76 when(mTaskKeyCache.getMaxSize()).thenReturn(8); in decreaseCacheSize()
87 when(mTaskKeyCache.getMaxSize()).thenReturn(3); in keepSameCacheSize()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/bip/
DBipImageFormat.java163 public int getMaxSize() { in getMaxSize() method in BipImageFormat
178 && f.getMaxSize() == getMaxSize(); in equals()
DBipImageDescriptor.java237 public int getMaxSize() { in getMaxSize() method in BipImageDescriptor
265 && d.getMaxSize() == getMaxSize(); in equals()
DBipImageProperties.java334 int maxSize = format.getMaxSize(); in toString()
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
Ddic_nodes_cache.h148 const int srcMaxSize = src->getMaxSize(); in moveNodesAndReturnReusableEmptyQueue()
149 const int destMaxSize = (*dest)->getMaxSize(); in moveNodesAndReturnReusableEmptyQueue()
Ddic_node_priority_queue.h44 AK_FORCE_INLINE int getMaxSize() const { in getMaxSize() function
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DTaskThumbnailCache.java180 int oldSize = mCache.getMaxSize(); in updateCacheSizeAndRemoveExcess()
247 return mCache.getMaxSize(); in getCacheSize()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DTaskKeyCache.java68 int getMaxSize(); in getMaxSize() method
DTaskKeyLruCache.java96 public int getMaxSize() { in getMaxSize() method in TaskKeyLruCache
DTaskKeyByLastActiveTimeCache.java161 public int getMaxSize() { in getMaxSize() method in TaskKeyByLastActiveTimeCache
/packages/apps/Camera2/src/com/android/camera/processing/memory/
DLruPool.java221 public final int getMaxSize() { in getMaxSize() method in LruPool
/packages/apps/Car/DebuggingRestrictionController/libs/
Dokhttp-3.12.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/proguard/ okhttp3/ ...