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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/cdma/
H A DCdmaSmsCbTest.java135 * @param cmasCategory CMAS category (or -1 to skip adding CMAS type 1 elements record)
143 int language, int encoding, String body, int cmasCategory, int responseType,
153 if (cmasCategory != SmsCbCmasInfo.CMAS_CATEGORY_UNKNOWN) {
156 cmasBos.write(8, (cmasCategory & 0xff));
142 createCmasSmsMessage(int serviceCategory, int messageId, int priority, int language, int encoding, String body, int cmasCategory, int responseType, int severity, int urgency, int certainty) argument

Completed in 34 milliseconds