HomeSort by relevance Sort by last modified time
    Searched defs:msgCount (Results 1 - 7 of 7) sorted by null

  /development/simulator/app/
LogBundle.h 39 size_t msgCount;
  /packages/apps/Mms/tests/src/com/android/mms/ui/
MultiPartSmsTests.java 138 int msgCount = a.mMsgListAdapter.getCount();
148 if (msgCount + 2 >= a.mMsgListAdapter.getCount()) {
149 // The "msgCount + 2" is to account for the sent and received message. Of
  /frameworks/base/telephony/java/com/android/internal/telephony/
SmsHeader.java 82 public int msgCount;
127 concatRef.msgCount = inStream.read();
130 if (concatRef.msgCount != 0 && concatRef.seqNumber != 0 &&
131 concatRef.seqNumber <= concatRef.msgCount) {
138 concatRef.msgCount = inStream.read();
141 if (concatRef.msgCount != 0 && concatRef.seqNumber != 0 &&
142 concatRef.seqNumber <= concatRef.msgCount) {
196 outStream.write(concatRef.msgCount);
232 builder.append(", msgCount=" + concatRef.msgCount);
    [all...]
SmsMessageBase.java 99 public int msgCount;
124 "{ msgCount=" + msgCount +
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GsmSMSDispatcher.java 175 int msgCount = parts.size();
178 for (int i = 0; i < msgCount; i++) {
187 for (int i = 0; i < msgCount; i++) {
191 concatRef.msgCount = msgCount;
264 int msgCount = parts.size();
267 for (int i = 0; i < msgCount; i++) {
276 for (int i = 0; i < msgCount; i++) {
280 concatRef.msgCount = msgCount;
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CdmaSMSDispatcher.java 366 int msgCount = parts.size();
369 for (int i = 0; i < msgCount; i++) {
378 for (int i = 0; i < msgCount; i++) {
382 concatRef.msgCount = msgCount;
412 uData, (deliveryIntent != null) && (i == (msgCount - 1)));
  /packages/apps/Mms/src/com/android/mms/ui/
ComposeMessageActivity.java 421 int msgCount = params[0];
429 (msgCount > 1 ||
438 String counterText = msgCount > 1 ? remainingInCurrentMessage + " / " + msgCount
    [all...]

Completed in 252 milliseconds