HomeSort by relevance Sort by last modified time
    Searched refs:NotificationInd (Results 1 - 9 of 9) sorted by null

  /frameworks/base/core/java/com/google/android/mms/pdu/
NotificationInd.java 25 public class NotificationInd extends GenericPdu {
35 public NotificationInd() throws InvalidHeaderValueException {
45 NotificationInd(PduHeaders headers) {
PduParser.java 144 NotificationInd notificationInd =
145 new NotificationInd(mHeaders);
146 return notificationInd;
    [all...]
PduPersister.java 616 pdu = new NotificationInd(headers);
    [all...]
  /packages/apps/Mms/src/com/android/mms/util/
DownloadManager.java 25 import com.google.android.mms.pdu.NotificationInd;
190 NotificationInd nInd = (NotificationInd) PduPersister.getPduPersister(mContext)
246 NotificationInd ind = (NotificationInd) PduPersister
  /packages/apps/Mms/src/com/android/mms/transaction/
NotificationTransaction.java 35 import com.google.android.mms.pdu.NotificationInd;
76 private NotificationInd mNotificationInd;
87 mNotificationInd = (NotificationInd)
90 Log.e(TAG, "Failed to load NotificationInd from: " + uriString, e);
106 TransactionSettings connectionSettings, NotificationInd ind) {
113 Log.e(TAG, "Failed to save NotificationInd in constructor.", e);
PushReceiver.java 30 import com.google.android.mms.pdu.NotificationInd;
104 NotificationInd nInd = (NotificationInd) pdu;
206 Context context, NotificationInd nInd) {
TransactionService.java 24 import com.google.android.mms.pdu.NotificationInd;
659 transactionSettings, (NotificationInd) ind);
    [all...]
  /packages/apps/Mms/src/com/android/mms/ui/
MessageItem.java 48 import com.google.android.mms.pdu.NotificationInd;
295 NotificationInd notifInd = (NotificationInd)pduLoaded.mPdu;
MessageUtils.java 36 import com.google.android.mms.pdu.NotificationInd;
149 NotificationInd nInd;
152 nInd = (NotificationInd) PduPersister.getPduPersister(
    [all...]

Completed in 559 milliseconds