Home
last modified time | relevance | path

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

/packages/apps/Mms/src/com/android/mms/transaction/
DNotificationTransaction.java106 TransactionSettings connectionSettings, NotificationInd ind) { in NotificationTransaction() argument
111 ind, Inbox.CONTENT_URI); in NotificationTransaction()
117 mNotificationInd = ind; in NotificationTransaction()
118 mId = new String(ind.getTransactionId()); in NotificationTransaction()
DTransactionService.java653 GenericPdu ind = parser.parse(); in handleMessage() local
656 if ((ind != null) && (ind.getMessageType() == type)) { in handleMessage()
659 transactionSettings, (NotificationInd) ind); in handleMessage()
/packages/apps/Mms/src/com/android/mms/util/
DDownloadManager.java246 NotificationInd ind = (NotificationInd) PduPersister in getMessage() local
249 EncodedStringValue v = ind.getSubject(); in getMessage()
253 v = ind.getFrom(); in getMessage()