Searched refs:MimePart (Results 1 – 7 of 7) sorted by relevance
34 public static class MimePart { class in BluetoothMapbMessageMime156 private ArrayList<MimePart> mParts = null;175 public ArrayList<MimePart> getMimeParts() { in getMimeParts()185 for (MimePart part : mParts) { in getMessageAsText()194 public MimePart addMimePart() { in addMimePart()198 MimePart newPart = new MimePart(); in addMimePart()350 for (MimePart part : mParts) { in updateCharset()365 for (MimePart part : mParts) { in getSize()518 for (MimePart part : mParts) { in encodeMime()651 MimePart newPart = addMimePart(); in parseMimePart()[all …]
43 import com.android.bluetooth.map.BluetoothMapbMessageMime.MimePart;3817 BluetoothMapbMessageMime.MimePart part; in extractMmsParts()3926 BluetoothMapbMessageMime.MimePart part; in extractIMParts()4285 MimePart part = message.addMimePart(); in getIMMessage()
59 import com.android.bluetooth.map.BluetoothMapbMessageMime.MimePart;3010 for (MimePart part : msg.getMimeParts()) { in pushMmsToFolder()3132 private void writeMmsDataPart(long handle, MimePart part, int count) throws IOException { in writeMmsDataPart()
65 private static class MimePart { class in ConfigParser254 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()
40 import com.android.bluetooth.map.BluetoothMapbMessageMime.MimePart;348 for (MimePart part : mmsBmessage.getMimeParts()) { in storeMms()364 private Uri storeMmsPart(MimePart messagePart, Uri messageUri) { in storeMmsPart()
151 BluetoothMapbMessageMime.MimePart body = message.addMimePart(); in testPushGroupMMS()
406 Landroid/net/wifi/hotspot2/ConfigParser$MimePart;-><init>()V407 Landroid/net/wifi/hotspot2/ConfigParser$MimePart;->data:[B408 Landroid/net/wifi/hotspot2/ConfigParser$MimePart;->isLast:Z409 Landroid/net/wifi/hotspot2/ConfigParser$MimePart;->type:Ljava/lang/String;420 …Part(Ljava/io/LineNumberReader;Ljava/lang/String;)Landroid/net/wifi/hotspot2/ConfigParser$MimePart;