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