Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/sms/
DMmsUtils.java389 totalLength += addTextPart(context, pb, text, srcName); in makePduBody()
436 private static int addTextPart(final Context context, final PduBody pb, in addTextPart() method in MmsUtils