Home
last modified time | relevance | path

Searched refs:nInd (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DWapPushOverSms.java308 final NotificationInd nInd = (NotificationInd) parsedPdu; in decodeWapPdu() local
309 if (nInd.getFrom() != null in decodeWapPdu()
310 && BlockChecker.isBlocked(mContext, nInd.getFrom().getString(), null)) { in decodeWapPdu()
516 final NotificationInd nInd = (NotificationInd) pdu; in writeInboxMessage() local
522 final byte [] contentLocation = nInd.getContentLocation(); in writeInboxMessage()
524 byte [] transactionId = nInd.getTransactionId(); in writeInboxMessage()
531 nInd.setContentLocation(contentLocationWithId); in writeInboxMessage()
534 if (!isDuplicateNotification(mContext, nInd)) { in writeInboxMessage()
546 + new String(nInd.getContentLocation())); in writeInboxMessage()
604 private static boolean isDuplicateNotification(Context context, NotificationInd nInd) { in isDuplicateNotification() argument
[all …]