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.java2192 private static String[] getDupNotifications(final Context context, final NotificationInd nInd) { in getDupNotifications() argument
2193 final byte[] rawTransactionId = nInd.getTransactionId(); in getDupNotifications()
2293 final NotificationInd nInd = (NotificationInd) pdu;
2296 final byte [] contentLocationTemp = nInd.getContentLocation();
2298 final byte [] transactionIdTemp = nInd.getTransactionId();
2306 nInd.setContentLocation(contentLocationWithId);
2309 final String[] dups = getDupNotifications(context, nInd);
2341 LogUtil.w(TAG, "Dup Transaction Id=" + new String(nInd.getTransactionId()));