Home
last modified time | relevance | path

Searched refs:requestSize (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Nfc/src/com/android/nfc/snep/
DSnepMessenger.java95 int requestSize = 0; in getMessage() local
133 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()
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapObexServer.java571 int requestSize = nameList.size() >= maxListCount ? maxListCount : nameList.size(); in sendVcardListingXml() local
573 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() local
598 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() local
905 if (requestSize > CALLLOG_NUM_LIMIT) { in pullPhonebook()
[all …]
/packages/apps/Settings/src/com/android/settings/applications/
DInstalledAppDetails.java202 mState.requestSize(mAppEntry.info.packageName);
967 mState.requestSize(mAppEntry.info.packageName); in processClearMsg()
996 mState.requestSize(mAppEntry.info.packageName); in processMoveMsg()
DApplicationsState.java684 void requestSize(String packageName) { in requestSize() method in ApplicationsState
DManageApplications.java974 mApplicationsState.requestSize(mCurrentPkgName); in onActivityResult()