Home
last modified time | relevance | path

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

/packages/apps/Mms/src/com/android/mms/transaction/
DPushReceiver.java106 NotificationInd nInd = (NotificationInd) pdu; in doInBackground() local
109 byte [] contentLocation = nInd.getContentLocation(); in doInBackground()
111 byte [] transactionId = nInd.getTransactionId(); in doInBackground()
118 nInd.setContentLocation(contentLocationWithId); in doInBackground()
122 if (!isDuplicateNotification(mContext, nInd)) { in doInBackground()
139 + new String(nInd.getContentLocation())); in doInBackground()
215 Context context, NotificationInd nInd) { in isDuplicateNotification() argument
216 byte[] rawLocation = nInd.getContentLocation(); in isDuplicateNotification()
/packages/apps/Mms/src/com/android/mms/ui/
DMessageUtils.java178 NotificationInd nInd; in getNotificationIndDetails() local
181 nInd = (NotificationInd) PduPersister.getPduPersister( in getNotificationIndDetails()
193 String from = extractEncStr(context, nInd.getFrom()); in getNotificationIndDetails()
204 context, nInd.getExpiry() * 1000L, true))); in getNotificationIndDetails()
210 EncodedStringValue subject = nInd.getSubject(); in getNotificationIndDetails()
218 details.append(new String(nInd.getMessageClass())); in getNotificationIndDetails()
223 details.append(String.valueOf((nInd.getMessageSize() + 1023) / 1024)); in getNotificationIndDetails()
/packages/apps/Mms/src/com/android/mms/util/
DDownloadManager.java193 NotificationInd nInd = (NotificationInd) PduPersister.getPduPersister(mContext) in markState() local
195 if ((nInd.getExpiry() < System.currentTimeMillis() / 1000L) in markState()