Searched refs:mMaxListCount (Results 1 – 4 of 4) sorted by relevance
77 private int mMaxListCount; field in RequestGetMessagesListingForOwnNumber.MessagesSlidingWindow88 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()
34 private final int mMaxListCount; field in RequestPullPhonebook47 mMaxListCount = params.getMaxListCount(); in RequestPullPhonebook()70 if (mMaxListCount > 0) { in RequestPullPhonebook()71 oap.add(PbapApplicationParameters.OAP_MAX_LIST_COUNT, (short) mMaxListCount); in RequestPullPhonebook()
63 private final int mMaxListCount; // The total number of items to fetch, for batching, 2 bytes field in PbapApplicationParameters79 mMaxListCount = maxListCount; in PbapApplicationParameters()92 return mMaxListCount; in getMaxListCount()
137 private int mMaxListCount = INVALID_VALUE_PARAMETER; field in BluetoothMapAppParams1191 return mMaxListCount; in getMaxListCount()1198 this.mMaxListCount = maxListCount; in setMaxListCount()