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

/packages/apps/Nfc/src/com/android/nfc/snep/
H A DSnepMessenger.java95 int requestSize = 0;
133 requestSize = dataIn.readInt();
135 if (DBG) Log.d(TAG, "read " + readSize + " of " + requestSize);
142 if (requestSize > readSize) {
164 if (readSize == requestSize) {
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
H A DBluetoothPbapObexServer.java569 int requestSize = nameList.size() >= maxListCount ? maxListCount : nameList.size();
571 int endPoint = startPoint + requestSize;
575 if (D) Log.d(TAG, "call log list, size=" + requestSize + " offset=" + listStartOffset);
595 final int requestSize = nameList.size() >= maxListCount ? maxListCount : nameList.size();
599 if (D) Log.d(TAG, "search by " + type + ", requestSize=" + requestSize + " offset="
609 itemsFound < requestSize; pos++) {
618 if (itemsFound >= requestSize) {
627 itemsFound < requestSize; pos++) {
898 int requestSize
[all...]
/packages/apps/Settings/src/com/android/settings/applications/
H A DInstalledAppDetails.java177 mState.requestSize(mAppEntry.info.packageName);
730 mState.requestSize(mAppEntry.info.packageName);
758 mState.requestSize(mAppEntry.info.packageName);
H A DApplicationsState.java672 void requestSize(String packageName) { method in class:ApplicationsState
673 if (DEBUG_LOCKING) Log.v(TAG, "requestSize about to acquire lock...");
679 if (DEBUG_LOCKING) Log.v(TAG, "...requestSize releasing lock");
H A DManageApplications.java970 mApplicationsState.requestSize(mCurrentPkgName);

Completed in 228 milliseconds