HomeSort by relevance Sort by last modified time
    Searched refs:protocolIdentifier (Results 1 - 3 of 3) sorted by null

  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
SmsMessage.java 58 private int protocolIdentifier;
116 return (protocolIdentifier == 0x40);
796 return protocolIdentifier;
810 return (protocolIdentifier & 0xc0) == 0x40
811 && (protocolIdentifier & 0x3f) > 0
812 && (protocolIdentifier & 0x3f) < 8;
    [all...]
  /packages/apps/Mms/src/com/android/mms/ui/
ClassZeroActivity.java 211 int protocolIdentifier = sms.getProtocolIdentifier();
214 Integer.toString(protocolIdentifier) };
  /packages/apps/Mms/src/com/android/mms/transaction/
SmsReceiverService.java 472 int protocolIdentifier = sms.getProtocolIdentifier();
477 originatingAddress, Integer.toString(protocolIdentifier)

Completed in 149 milliseconds