Searched refs:requestSize (Results 1 – 5 of 5) sorted by relevance
95 int requestSize = 0; in getMessage() local133 requestSize = dataIn.readInt(); in getMessage()135 if (DBG) Log.d(TAG, "read " + readSize + " of " + requestSize); in getMessage()142 if (requestSize > readSize) { in getMessage()164 if (readSize == requestSize) { in getMessage()
569 int requestSize = nameList.size() >= maxListCount ? maxListCount : nameList.size(); in sendVcardListingXml() local571 int endPoint = startPoint + requestSize; in sendVcardListingXml()575 if (D) Log.d(TAG, "call log list, size=" + requestSize + " offset=" + listStartOffset); in sendVcardListingXml()595 final int requestSize = nameList.size() >= maxListCount ? maxListCount : nameList.size(); in createList() local599 if (D) Log.d(TAG, "search by " + type + ", requestSize=" + requestSize + " offset=" in createList()609 itemsFound < requestSize; pos++) { in createList()618 if (itemsFound >= requestSize) { in createList()627 itemsFound < requestSize; pos++) { in createList()898 int requestSize = pbSize >= appParamValue.maxListCount ? appParamValue.maxListCount in pullPhonebook() local908 if (requestSize > CALLLOG_NUM_LIMIT) { in pullPhonebook()[all …]
177 mState.requestSize(mAppEntry.info.packageName);730 mState.requestSize(mAppEntry.info.packageName); in processClearMsg()758 mState.requestSize(mAppEntry.info.packageName); in processMoveMsg()
672 void requestSize(String packageName) { in requestSize() method in ApplicationsState
970 mApplicationsState.requestSize(mCurrentPkgName); in onActivityResult()