Home
last modified time | relevance | path

Searched refs:outList (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapObexServer.java965 BluetoothMapMessageListing outList; in sendMessageListingRsp() local
1012 outList = mOutContent.msgListing(folderToList, appParams); in sendMessageListingRsp()
1014 outAppParams.setMessageListingSize(outList.getCount()); in sendMessageListingRsp()
1024 outBytes = outList.encode(mThreadIdSupport, version); in sendMessageListingRsp()
1025 hasUnread = outList.hasUnread(); in sendMessageListingRsp()
1156 BluetoothMapConvoListing outList; in sendConvoListingRsp() local
1178 outList = mOutContent.convoListing(appParams, false); in sendConvoListingRsp()
1179 outAppParams.setConvoListingSize(outList.getCount()); in sendConvoListingRsp()
1181 outBytes = outList.encode(); // Include thread ID for clients that supports it. in sendConvoListingRsp()
1185 outList = mOutContent.convoListing(appParams, true); in sendConvoListingRsp()
[all …]
/packages/apps/Launcher2/src/com/android/launcher2/
DUserInitializeReceiver.java61 ArrayList<Integer> outList) { in addWallpapers() argument
66 outList.add(res); in addWallpapers()