Searched refs:replyPathPresent (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
H A DSmsMessage.java66 private boolean replyPathPresent = false; field in class:SmsMessage
835 return replyPathPresent;
931 replyPathPresent = (firstByte & 0x80) == 0x80;

Completed in 156 milliseconds