Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/sms/
DMmsUtils.java2132 private static String[] getDupNotifications(final Context context, final NotificationInd nInd) { in getDupNotifications() argument
2133 final byte[] rawTransactionId = nInd.getTransactionId(); in getDupNotifications()
2233 final NotificationInd nInd = (NotificationInd) pdu;
2236 final byte [] contentLocationTemp = nInd.getContentLocation();
2238 final byte [] transactionIdTemp = nInd.getTransactionId();
2246 nInd.setContentLocation(contentLocationWithId);
2249 final String[] dups = getDupNotifications(context, nInd);
2281 LogUtil.w(TAG, "Dup Transaction Id=" + new String(nInd.getTransactionId()));