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()
571 int requestSize = nameList.size() >= maxListCount ? maxListCount : nameList.size(); in sendVcardListingXml() local573 int endPoint = startPoint + requestSize; in sendVcardListingXml()577 if (D) Log.d(TAG, "call log list, size=" + requestSize + " offset=" + listStartOffset); in sendVcardListingXml()594 final int requestSize = nameList.size() >= maxListCount ? maxListCount : nameList.size(); in createList() local598 if (D) Log.d(TAG, "search by " + type + ", requestSize=" + requestSize + " offset=" in createList()608 itemsFound < requestSize; pos++) { in createList()616 if (itemsFound >= requestSize) { in createList()625 itemsFound < requestSize; pos++) { in createList()895 int requestSize = pbSize >= appParamValue.maxListCount ? appParamValue.maxListCount in pullPhonebook() local905 if (requestSize > CALLLOG_NUM_LIMIT) { in pullPhonebook()[all …]
202 mState.requestSize(mAppEntry.info.packageName);967 mState.requestSize(mAppEntry.info.packageName); in processClearMsg()996 mState.requestSize(mAppEntry.info.packageName); in processMoveMsg()
684 void requestSize(String packageName) { in requestSize() method in ApplicationsState
974 mApplicationsState.requestSize(mCurrentPkgName); in onActivityResult()