Searched refs:nInd (Results 1 – 3 of 3) sorted by relevance
107 NotificationInd nInd = (NotificationInd) pdu; in doInBackground() local110 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() argument217 byte[] rawLocation = nInd.getContentLocation(); in isDuplicateNotification()
178 NotificationInd nInd; in getNotificationIndDetails() local181 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()
197 NotificationInd nInd = (NotificationInd) PduPersister.getPduPersister(mContext) in markState() local199 if ((nInd.getExpiry() < System.currentTimeMillis() / 1000L) in markState()