OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:outList
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapObexServer.java
457
BluetoothMapMessageListing
outList
;
479
outList
= mOutContent.msgListing(folderName, appParams);
481
outAppParams.setMessageListingSize(
outList
.getCount());
482
outBytes =
outList
.encode();
483
hasUnread =
outList
.hasUnread();
/external/jmonkeyengine/engine/src/tools/jme3tools/optimize/
GeometryBatchFactory.java
290
List<Geometry>
outList
= matToGeom.get(geom.getMaterial());
291
if (
outList
== null) {
292
outList
= new ArrayList<Geometry>();
293
matToGeom.put(geom.getMaterial(),
outList
);
295
outList
.add(geom);
/prebuilts/devtools/tools/lib/
ddmuilib.jar
Completed in 44 milliseconds