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.java569 int requestSize = nameList.size() >= maxListCount ? maxListCount : nameList.size(); in sendVcardListingXml() local
571 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() local
599 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() local
908 if (requestSize > CALLLOG_NUM_LIMIT) { in pullPhonebook()
[all …]
/packages/apps/Settings/src/com/android/settings/applications/
DInstalledAppDetails.java177 mState.requestSize(mAppEntry.info.packageName);
730 mState.requestSize(mAppEntry.info.packageName); in processClearMsg()
758 mState.requestSize(mAppEntry.info.packageName); in processMoveMsg()
DApplicationsState.java672 void requestSize(String packageName) { in requestSize() method in ApplicationsState
DManageApplications.java970 mApplicationsState.requestSize(mCurrentPkgName); in onActivityResult()