Home
last modified time | relevance | path

Searched refs:mMaxListCount (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mapclient/obex/
DRequestGetMessagesListingForOwnNumber.java77 private int mMaxListCount; field in RequestGetMessagesListingForOwnNumber.MessagesSlidingWindow
88 mListStartOffset = mListStartOffset + mMaxListCount; in moveWindow()
92 mMaxListCount = min(2 * mMaxListCount, sMaxListCountUpperLimit); in moveWindow()
96 + (" maxCount=" + mMaxListCount)); in moveWindow()
102 mMaxListCount = MAX_LIST_COUNT_INITIAL; in reset()
110 return mMaxListCount; in getMaxCount()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbapclient/obex/
DRequestPullPhonebook.java34 private final int mMaxListCount; field in RequestPullPhonebook
47 mMaxListCount = params.getMaxListCount(); in RequestPullPhonebook()
70 if (mMaxListCount > 0) { in RequestPullPhonebook()
71 oap.add(PbapApplicationParameters.OAP_MAX_LIST_COUNT, (short) mMaxListCount); in RequestPullPhonebook()
DPbapApplicationParameters.java63 private final int mMaxListCount; // The total number of items to fetch, for batching, 2 bytes field in PbapApplicationParameters
79 mMaxListCount = maxListCount; in PbapApplicationParameters()
92 return mMaxListCount; in getMaxListCount()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapAppParams.java137 private int mMaxListCount = INVALID_VALUE_PARAMETER; field in BluetoothMapAppParams
1191 return mMaxListCount; in getMaxListCount()
1198 this.mMaxListCount = maxListCount; in setMaxListCount()