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

  /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...]
  /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++;
  /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 414 int msgCount = 0;
423 msgCount++;
425 ted.msgCount = msgCount;
427 ted.msgCount = 1;
SMSDispatcher.java     [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
SmsMessageBodyTest.java 408 int msgCount = (pair.length + septetsPerPart - 1) / septetsPerPart;
409 numSeptetsWithHeader = udhLength * msgCount + pair.length;
459 int msgCount;
466 msgCount = (minNumSeptets + septetsPerPart - 1) / septetsPerPart;
468 msgCount = 1;
470 values[0] = msgCount;
478 udhLength * msgCount + minNumSeptets);
559 assertEquals("msgCount", expectedValues[0], values[0]);
567 assertEquals("msgCount", expectedValues[0], values[0]);
575 assertEquals("msgCount", expectedValues[0], ted.msgCount)
    [all...]
  /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/providers/TelephonyProvider/src/com/android/providers/telephony/
TelephonyBackupAgent.java 439 int msgCount;
440 for (msgCount = 0; msgCount < mMaxMsgPerFile && !cursor.isAfterLast();
442 msgCount += writeMmsToWriter(jsonWriter, cursor);
445 return msgCount;
452 int msgCount;
453 for (msgCount = 0; msgCount < mMaxMsgPerFile && !cursor.isAfterLast();
454 ++msgCount, cursor.moveToNext()) {
458 return msgCount;
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/devtools/tools/lib/
ddmuilib.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmuilib/24.4.0-beta6/
ddmuilib-24.4.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmuilib/24.5.0/
ddmuilib-24.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmuilib/25.0.0-alpha1/
ddmuilib-25.0.0-alpha1.jar 

Completed in 643 milliseconds