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.java120 * Represents the OBEX BODY header.
122 * The value of <code>BODY</code> is 0x48 (72).
124 public static final int BODY = 0x48; field in class:HeaderSet
127 * Represents the OBEX End of BODY header.
129 * The value of <code>BODY</code> is 0x49 (73).
/frameworks/opt/telephony/src/java/android/provider/
H A DTelephony.java136 public static final String BODY = "body"; field in interface:Telephony.TextBasedSmsColumns
251 values.put(BODY, body);
426 values.put(BODY, body);

Completed in 187 milliseconds