Home
last modified time | relevance | path

Searched refs:MimePart (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapbMessageMime.java40 public static class MimePart { class in BluetoothMapbMessageMime
179 private ArrayList<MimePart> mParts = null;
197 public ArrayList<MimePart> getMimeParts() { in getMimeParts()
207 for (MimePart part : mParts) { in getMessageAsText()
216 public MimePart addMimePart() { in addMimePart()
218 mParts = new ArrayList<BluetoothMapbMessageMime.MimePart>(); in addMimePart()
220 MimePart newPart = new MimePart(); in addMimePart()
372 for (MimePart part : mParts) { in updateCharset()
385 for (MimePart part : mParts) { in getSize()
535 for (MimePart part : mParts) { in encodeMime()
[all …]
DBluetoothMapContentObserver.java62 import com.android.bluetooth.map.BluetoothMapbMessageMime.MimePart;
3556 for (MimePart part : msg.getMimeParts()) { in pushMmsToFolder()
3683 private void writeMmsDataPart(long handle, MimePart part, int count) throws IOException { in writeMmsDataPart()
DBluetoothMapContent.java47 import com.android.bluetooth.map.BluetoothMapbMessageMime.MimePart;
3838 BluetoothMapbMessageMime.MimePart part; in extractMmsParts()
4323 MimePart part = message.addMimePart(); in getIMMessage()
/packages/modules/Wifi/framework/java/android/net/wifi/hotspot2/
DConfigParser.java65 private static class MimePart { class in ConfigParser
254 MimePart mimePart = parseMimePart(in, header.boundary); in parseMimeMultipartMessage()
270 private static MimePart parseMimePart(LineNumberReader in, String boundary) in parseMimePart()
304 MimePart part = new MimePart(); in parseMimePart()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mapclient/
DMapClientContent.java42 import com.android.bluetooth.map.BluetoothMapbMessageMime.MimePart;
394 for (MimePart part : mmsBmessage.getMimeParts()) { in storeMms()
403 private Uri storeMmsPart(MimePart messagePart, Uri messageUri) { in storeMmsPart()
/packages/modules/Wifi/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt406 Landroid/net/wifi/hotspot2/ConfigParser$MimePart;-><init>()V
407 Landroid/net/wifi/hotspot2/ConfigParser$MimePart;->data:[B
408 Landroid/net/wifi/hotspot2/ConfigParser$MimePart;->isLast:Z
409 Landroid/net/wifi/hotspot2/ConfigParser$MimePart;->type:Ljava/lang/String;
420 …Part(Ljava/io/LineNumberReader;Ljava/lang/String;)Landroid/net/wifi/hotspot2/ConfigParser$MimePart;
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DBluetoothMapContentTest.java2095 BluetoothMapbMessageMime.MimePart part = mime.getMimeParts().get(0); in extractMmsParts()
DBluetoothMapContentObserverTest.java218 BluetoothMapbMessageMime.MimePart body = message.addMimePart(); in testPushGroupMMS()