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

/packages/apps/Mms/src/com/android/mms/data/
H A DWorkingMessage.java102 private static final int LENGTH_REQUIRES_MMS = (1 << 3); // 8 field in class:WorkingMessage
1095 * @param: mmsRequired is the value for the LENGTH_REQUIRES_MMS bit.
1099 updateState(LENGTH_REQUIRES_MMS, mmsRequired, notify);
1113 if ((state & LENGTH_REQUIRES_MMS) > 0)
1114 sb.append("LENGTH_REQUIRES_MMS | ");

Completed in 39 milliseconds