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.java107 NotificationInd nInd = (NotificationInd) pdu; in doInBackground() local
110 byte [] contentLocation = nInd.getContentLocation(); in doInBackground()
112 byte [] transactionId = nInd.getTransactionId(); in doInBackground()
119 nInd.setContentLocation(contentLocationWithId); in doInBackground()
123 if (!isDuplicateNotification(mContext, nInd)) { in doInBackground()
140 + new String(nInd.getContentLocation())); in doInBackground()
216 Context context, NotificationInd nInd) { in isDuplicateNotification() argument
217 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.java197 NotificationInd nInd = (NotificationInd) PduPersister.getPduPersister(mContext) in markState() local
199 if ((nInd.getExpiry() < System.currentTimeMillis() / 1000L) in markState()