Searched refs:outList (Results 1 – 2 of 2) sorted by relevance
1141 BluetoothMapMessageListing outList; in sendMessageListingRsp() local1187 outList = mOutContent.msgListing(folderToList, appParams); in sendMessageListingRsp()1189 outAppParams.setMessageListingSize(outList.getCount()); in sendMessageListingRsp()1199 outBytes = outList.encode(mThreadIdSupport, version); in sendMessageListingRsp()1200 hasUnread = outList.hasUnread(); in sendMessageListingRsp()1356 BluetoothMapConvoListing outList; in sendConvoListingRsp() local1377 outList = mOutContent.convoListing(appParams, false); in sendConvoListingRsp()1378 outAppParams.setConvoListingSize(outList.getCount()); in sendConvoListingRsp()1380 outBytes = outList.encode(); // Include thread ID for clients that supports it. in sendConvoListingRsp()1385 outList = mOutContent.convoListing(appParams, true); in sendConvoListingRsp()[all …]
210 protected void addAccessibleChildToList(View child, ArrayList<View> outList) { in addAccessibleChildToList() argument212 outList.add(child); in addAccessibleChildToList()214 child.addChildrenForAccessibility(outList); in addAccessibleChildToList()