HomeSort by relevance Sort by last modified time
    Searched full:msgcount (Results 1 - 22 of 22) sorted by null

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
SmsHeader.java 83 public int msgCount;
89 public int msgCount;
140 concatRef.msgCount = inStream.read();
143 if (concatRef.msgCount != 0 && concatRef.seqNumber != 0 &&
144 concatRef.seqNumber <= concatRef.msgCount) {
151 concatRef.msgCount = inStream.read();
154 if (concatRef.msgCount != 0 && concatRef.seqNumber != 0 &&
155 concatRef.seqNumber <= concatRef.msgCount) {
182 specialSmsMsg.msgCount = inStream.read();
225 outStream.write(concatRef.msgCount);
    [all...]
SmsMessageBase.java 399 int msgCount = 0;
408 msgCount++;
410 ted.msgCount = msgCount;
412 ted.msgCount = 1;
SMSDispatcher.java     [all...]
InboundSmsTracker.java 239 builder.append(" msgCount=").append(mMessageCount);
InboundSmsHandler.java 653 concatRef.seqNumber, concatRef.msgCount, false);
    [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
SmsMessageBodyTest.java 407 int msgCount = (pair.length + septetsPerPart - 1) / septetsPerPart;
408 numSeptetsWithHeader = udhLength * msgCount + pair.length;
458 int msgCount;
465 msgCount = (minNumSeptets + septetsPerPart - 1) / septetsPerPart;
467 msgCount = 1;
469 values[0] = msgCount;
477 udhLength * msgCount + minNumSeptets);
556 assertEquals("msgCount", expectedValues[0], values[0]);
564 assertEquals("msgCount", expectedValues[0], values[0]);
572 assertEquals("msgCount", expectedValues[0], ted.msgCount)
    [all...]
SMSDispatcherTest.java.broken 56 assertEquals(header.concatRef.msgCount, 2);
83 assertEquals(header.concatRef.msgCount, 2);
GsmSmsTest.java 59 assertEquals(header.concatRef.msgCount, 2);
75 assertEquals(header.concatRef.msgCount, 2);
247 assertEquals(1, ted.msgCount);
262 assertEquals(2, ted.msgCount);
289 assertEquals(1, ted.msgCount);
305 assertEquals(2, ted.msgCount);
323 assertEquals(3, ted.msgCount);
GsmAlphabetTest.java 36 concatRef.msgCount = 2;
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/cdma/sms/
CdmaSmsTest.java 214 concatRef.msgCount = 2;
225 assertEquals(decodedHeader.concatRef.msgCount, concatRef.msgCount);
366 concatRef.msgCount = 2;
374 assertEquals(decodedHeader.concatRef.msgCount, concatRef.msgCount);
386 assertEquals(decodedHeader.concatRef.msgCount, concatRef.msgCount);
399 concatRef.msgCount = 0;
411 concatRef.msgCount = 1
    [all...]
  /external/iputils/
clockdiff.c 129 int msgcount; local
179 msgcount = 0;
183 for (msgcount = 0; msgcount < MSGS; ) {
244 msgcount++;
306 int msgcount; local
356 msgcount = 0;
360 for (msgcount = 0; msgcount < MSGS; ) {
460 msgcount++
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
TraceFileParserTask.java 152 int msgCount = 0;
164 addMessage(msgCount, filePointer, msg, msg.getStartTime() - minTraceStartTime);
167 msgCount++;
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapSmsPdu.java 490 int msgCount = ted.msgCount;
496 ArrayList<SmsPdu> pdus = new ArrayList<SmsPdu>(msgCount);
509 if(msgCount == 1){
518 for(int i = 0; i < msgCount; i++){
522 concatRef.msgCount = msgCount;
    [all...]
  /packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
MapTestData.java 102 * @param msgCount
106 boolean filterContact, boolean read, boolean reportRead, int msgCount){
116 msgCount*TEST_ADD_CONTACT_PER_ITERATIONS*TEST_ACTIVITY_INTERVAL);
  /frameworks/opt/telephony/src/java/android/telephony/
SmsMessage.java 307 ret[0] = ted.msgCount;
345 if (ted.msgCount > 1) {
355 if (ted.msgCount > 1) {
363 if (!hasEmsSupport() && ted.msgCount < 10) {
381 ArrayList<String> result = new ArrayList<String>(ted.msgCount);
385 if (useCdmaFormatForMoSms() && ted.msgCount == 1) {
  /frameworks/base/telephony/java/com/android/internal/telephony/
GsmAlphabet.java 87 public int msgCount;
122 "{ msgCount=" + msgCount +
841 ted.msgCount = (septets + (SmsConstants.MAX_USER_DATA_SEPTETS_WITH_HEADER - 1)) /
843 ted.codeUnitsRemaining = (ted.msgCount *
846 ted.msgCount = 1;
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
gettext.py 275 version, msgcount, masteridx, transidx = unpack('<4I', buf[4:20])
278 version, msgcount, masteridx, transidx = unpack('>4I', buf[4:20])
284 for i in xrange(0, msgcount):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
gettext.py 275 version, msgcount, masteridx, transidx = unpack('<4I', buf[4:20])
278 version, msgcount, masteridx, transidx = unpack('>4I', buf[4:20])
284 for i in xrange(0, msgcount):
  /frameworks/opt/telephony/src/java/android/telephony/gsm/
SmsMessage.java 202 ret[0] = ted.msgCount;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/sms/
BearerData.java 482 ted.msgCount = 1;
489 if (ted.msgCount == 1 && ted.codeUnitSize == SmsConstants.ENCODING_7BIT &&
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
SmsMessage.java     [all...]
  /external/mdnsresponder/mDNSCore/
mDNS.c 3548 static int msgcount = 0; local
    [all...]

Completed in 712 milliseconds