Home
last modified time | relevance | path

Searched refs:sMaxListCountUpperLimit (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mapclient/obex/
DRequestGetMessagesListingForOwnNumber.java65 @VisibleForTesting static int sMaxListCountUpperLimit = 65535; field in RequestGetMessagesListingForOwnNumber
93 mMaxListCount = min(2 * mMaxListCount, sMaxListCountUpperLimit); in moveWindow()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/mapclient/
DRequestGetMessagesListingForOwnNumberTest.java168 RequestGetMessagesListingForOwnNumber.sMaxListCountUpperLimit = MAX_LIST_COUNT_UPPER_LIMIT; in setUp()