Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/avrcpcontroller/bip/
DBipImageFormatTest.java39 Assert.assertEquals(-1, format.getMaxSize()); in testParseNative_requiredOnly()
52 Assert.assertEquals(-1, format.getMaxSize()); in testParseNative_withSize()
65 Assert.assertEquals(-1, format.getMaxSize()); in testParseVariant_requiredOnly()
78 Assert.assertEquals(1048576, format.getMaxSize()); in testParseVariant_withMaxSize()
123 Assert.assertEquals(1048576, format.getMaxSize()); in testParseVariant_allFields()
132 Assert.assertEquals(1048576, format.getMaxSize()); in testParseVariant_allFields()
141 Assert.assertEquals(1048576, format.getMaxSize()); in testParseVariant_allFields()
155 Assert.assertEquals(-1, format.getMaxSize()); in testCreateNative_requiredOnly()
169 Assert.assertEquals(-1, format.getMaxSize()); in testCreateNative_withSize()
183 Assert.assertEquals(-1, format.getMaxSize()); in testCreateVariant_requiredOnly()
[all …]
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/bip/
DBipImageFormat.java166 public int getMaxSize() { in getMaxSize() method in BipImageFormat
181 && f.getMaxSize() == getMaxSize(); in equals()
DBipImageDescriptor.java254 public int getMaxSize() { in getMaxSize() method in BipImageDescriptor
282 && d.getMaxSize() == getMaxSize(); in equals()
DBipImageProperties.java294 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/Camera2/src/com/android/camera/processing/memory/
DLruPool.java221 public final int getMaxSize() { in getMaxSize() method in LruPool