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

  /packages/apps/Mms/src/com/android/mms/transaction/
SmsMessageSender.java 140 boolean replyPathPresent = (1 == cursor.getInt(COLUMN_REPLY_PATH_PRESENT));
141 return replyPathPresent ? cursor.getString(COLUMN_SERVICE_CENTER) : null;
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
SmsMessage.java 66 private boolean replyPathPresent = false;
879 return replyPathPresent;
    [all...]

Completed in 42 milliseconds