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.java271 final NotificationInd nInd = (NotificationInd) parsedPdu; in decodeWapPdu() local
272 if (nInd.getFrom() != null in decodeWapPdu()
273 && BlockChecker.isBlocked(mContext, nInd.getFrom().getString())) { in decodeWapPdu()
478 final NotificationInd nInd = (NotificationInd) pdu; in writeInboxMessage() local
484 final byte [] contentLocation = nInd.getContentLocation(); in writeInboxMessage()
486 byte [] transactionId = nInd.getTransactionId(); in writeInboxMessage()
493 nInd.setContentLocation(contentLocationWithId); in writeInboxMessage()
496 if (!isDuplicateNotification(mContext, nInd)) { in writeInboxMessage()
508 + new String(nInd.getContentLocation())); in writeInboxMessage()
566 private static boolean isDuplicateNotification(Context context, NotificationInd nInd) { in isDuplicateNotification() argument
[all …]