HomeSort by relevance Sort by last modified time
    Searched defs:newPart (Results 1 - 6 of 6) sorted by null

  /libcore/luni/src/main/java/java/util/
ArrayList.java 188 Object[] newPart = collection.toArray();
189 int newPartSize = newPart.length;
202 System.arraycopy(newPart, 0, a, s, newPartSize);
228 Object[] newPart = collection.toArray();
229 int newPartSize = newPart.length;
244 System.arraycopy(newPart, 0, a, index, newPartSize);
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapbMessageMmsEmail.java 128 MimePart newPart = new MimePart();
129 parts.add(newPart);
130 return newPart;
506 MimePart newPart = addMimePart();
522 newPart.contentType = headerValue;
523 Log.d(TAG, "*** CONTENT-TYPE: " + newPart.contentType);
527 newPart.contentLocation = headerValue;
528 newPart.partName = headerValue;
535 newPart.contentId = headerValue;
539 newPart.contentDisposition = headerValue
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 84 milliseconds