Searched defs:nInd (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Mms/src/com/android/mms/transaction/
H A DPushReceiver.java105 NotificationInd nInd = (NotificationInd) pdu;
108 byte [] contentLocation = nInd.getContentLocation();
110 byte [] transactionId = nInd.getTransactionId();
117 nInd.setContentLocation(contentLocationWithId);
121 if (!isDuplicateNotification(mContext, nInd)) {
138 + new String(nInd.getContentLocation()));
214 Context context, NotificationInd nInd) {
215 byte[] rawLocation = nInd.getContentLocation();
213 isDuplicateNotification( Context context, NotificationInd nInd) argument

Completed in 37 milliseconds