Searched defs:BODY (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/net/
H A DMailTo.java40 static private final String BODY = "body"; field in class:MailTo
141 return mHeaders.get(BODY);
/frameworks/base/obex/javax/obex/
H A DHeaderSet.java121 * Represents the OBEX BODY header.
123 * The value of <code>BODY</code> is 0x48 (72).
125 public static final int BODY = 0x48; field in class:HeaderSet
128 * Represents the OBEX End of BODY header.
130 * The value of <code>BODY</code> is 0x49 (73).
/frameworks/opt/telephony/src/java/android/provider/
H A DTelephony.java210 public static final String BODY = "body"; field in interface:Telephony.TextBasedSmsColumns
417 values.put(BODY, body);

Completed in 113 milliseconds