Searched refs:nInd (Results 1 – 1 of 1) sorted by relevance
308 final NotificationInd nInd = (NotificationInd) parsedPdu; in decodeWapPdu() local309 if (nInd.getFrom() != null in decodeWapPdu()310 && BlockChecker.isBlocked(mContext, nInd.getFrom().getString(), null)) { in decodeWapPdu()516 final NotificationInd nInd = (NotificationInd) pdu; in writeInboxMessage() local522 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 …]