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.java2178 private static String[] getDupNotifications(final Context context, final NotificationInd nInd) { in getDupNotifications() argument
2179 final byte[] rawLocation = nInd.getContentLocation(); in getDupNotifications()
2303 final NotificationInd nInd = (NotificationInd) pdu;
2306 final byte [] contentLocationTemp = nInd.getContentLocation();
2308 final byte [] transactionIdTemp = nInd.getTransactionId();
2316 nInd.setContentLocation(contentLocationWithId);
2319 final String[] dups = getDupNotifications(context, nInd);
2351 LogUtil.w(TAG, "Dup WAP Push url=" + new String(nInd.getContentLocation()));