Searched refs:listSize (Results 1 – 13 of 13) sorted by relevance
62 int listSize = list.size(); in collapseList() local64 if (listSize > MAX_LISTSIZE_TO_COLLAPSE) { in collapseList()68 for (int i = 0; i < listSize; i++) { in collapseList()71 for (int j = i + 1; j < listSize; j++) { in collapseList()
51 int listSize = list.size(); in collapseList() local53 if (listSize > MAX_LISTSIZE_TO_COLLAPSE) { in collapseList()57 for (int i = 0; i < listSize; i++) { in collapseList()60 for (int j = i + 1; j < listSize; j++) { in collapseList()
242 private int getContentLimitedListSize(int listSize) { in getContentLimitedListSize() argument246 return Math.min(listSize, mMaxItems + 1); in getContentLimitedListSize()248 return listSize; in getContentLimitedListSize()
80 int listSize = list.size(); in onCreateInternal() local81 for (int i = 0; i < listSize; i++) { in onCreateInternal()
87 int listSize = list.size(); in updatePreferenceToSpecificActivityOrRemove() local88 for (int i = 0; i < listSize; i++) { in updatePreferenceToSpecificActivityOrRemove()
192 final int listSize = list.size(); in putIntentItems() local193 for (int i = 0; i < listSize; i++) { in putIntentItems()
194 final int listSize = list.size(); in updatePreferenceToSpecificActivityOrRemove() local195 for (int i = 0; i < listSize; i++) { in updatePreferenceToSpecificActivityOrRemove()
781 int listSize = mLowLatencyUidWatchList.size(); in countFgLowLatencyUids() local782 for (int idx = 0; idx < listSize; idx++) { in countFgLowLatencyUids()
1917 int listSize = pnoNetworkList.size(); in startDisconnectedPnoScan() local1919 if (listSize == 0) { in startDisconnectedPnoScan()1925 pnoSettings.networkList = new PnoSettings.PnoNetwork[listSize]; in startDisconnectedPnoScan()
7246 for (Integer listSize : listSizes) {7247 mWifiNetworkSuggestionApiListSizeHistogram.increment(listSize);
828 final int listSize = nameList.size(); in createList() local846 for (int pos = 0; pos < listSize; pos++) { in createList()874 for (int pos = 0; pos < listSize; pos++) { in createList()
1142 int maxChunkSize, bytesToWrite, bytesWritten = 0, listSize; in sendMessageListingRsp() local1207 listSize = mOutContent.msgListingSize(folderToList, appParams); in sendMessageListingRsp()1209 outAppParams.setMessageListingSize(listSize); in sendMessageListingRsp()
2415 int listSize = list.size(); in msgListing() local2417 for (int x = 0; x < listSize; x++) { in msgListing()2887 int listSize = list.size(); in convoListing() local2889 Log.i(TAG, "List Size:" + listSize); in convoListing()2893 for (int x = 0; x < listSize; x++) { in convoListing()