/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/avrcpcontroller/bip/ |
D | BipImageFormatTest.java | 37 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/ |
D | TaskThumbnailCacheTest.java | 63 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/ |
D | BipImageFormat.java | 163 public int getMaxSize() { in getMaxSize() method in BipImageFormat 178 && f.getMaxSize() == getMaxSize(); in equals()
|
D | BipImageDescriptor.java | 237 public int getMaxSize() { in getMaxSize() method in BipImageDescriptor 265 && d.getMaxSize() == getMaxSize(); in equals()
|
D | BipImageProperties.java | 334 int maxSize = format.getMaxSize(); in toString()
|
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/ |
D | dic_nodes_cache.h | 148 const int srcMaxSize = src->getMaxSize(); in moveNodesAndReturnReusableEmptyQueue() 149 const int destMaxSize = (*dest)->getMaxSize(); in moveNodesAndReturnReusableEmptyQueue()
|
D | dic_node_priority_queue.h | 44 AK_FORCE_INLINE int getMaxSize() const { in getMaxSize() function
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/ |
D | TaskThumbnailCache.java | 180 int oldSize = mCache.getMaxSize(); in updateCacheSizeAndRemoveExcess() 247 return mCache.getMaxSize(); in getCacheSize()
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/ |
D | TaskKeyCache.java | 68 int getMaxSize(); in getMaxSize() method
|
D | TaskKeyLruCache.java | 96 public int getMaxSize() { in getMaxSize() method in TaskKeyLruCache
|
D | TaskKeyByLastActiveTimeCache.java | 161 public int getMaxSize() { in getMaxSize() method in TaskKeyByLastActiveTimeCache
|
/packages/apps/Camera2/src/com/android/camera/processing/memory/ |
D | LruPool.java | 221 public final int getMaxSize() { in getMaxSize() method in LruPool
|
/packages/apps/Car/DebuggingRestrictionController/libs/ |
D | okhttp-3.12.1.jar | META-INF/MANIFEST.MF
META-INF/
META-INF/proguard/
okhttp3/
... |