Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapbMessageMime.java34 public static class MimePart { class in BluetoothMapbMessageMime
156 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 …]
H A DBluetoothMapContent.java43 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()
H A DBluetoothMapContentObserver.java59 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()
/aosp12/packages/modules/Wifi/framework/java/android/net/wifi/hotspot2/
H A 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()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/
H A DMapClientContent.java40 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()
/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/map/
H A DBluetoothMapContentObserverTest.java151 BluetoothMapbMessageMime.MimePart body = message.addMimePart(); in testPushGroupMMS()
/aosp12/packages/modules/Wifi/apex/hiddenapi/
H A 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;