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 143 NotificationInd notificationInd =
144 new NotificationInd(mHeaders);
145 return notificationInd;
    [all...]
PduPersister.java 590 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 34 import com.google.android.mms.pdu.NotificationInd;
75 private NotificationInd mNotificationInd;
86 mNotificationInd = (NotificationInd)
89 Log.e(TAG, "Failed to load NotificationInd from: " + uriString, e);
105 TransactionSettings connectionSettings, NotificationInd ind) {
112 Log.e(TAG, "Failed to save NotificationInd in constructor.", e);
PushReceiver.java 30 import com.google.android.mms.pdu.NotificationInd;
105 NotificationInd nInd = (NotificationInd) pdu;
207 Context context, NotificationInd nInd) {
TransactionService.java 25 import com.google.android.mms.pdu.NotificationInd;
657 transactionSettings, (NotificationInd) ind);
    [all...]
  /packages/apps/Mms/src/com/android/mms/ui/
MessageItem.java 32 import com.google.android.mms.pdu.NotificationInd;
164 NotificationInd notifInd = (NotificationInd) p.load(mMessageUri);
MessageUtils.java 35 import com.google.android.mms.pdu.NotificationInd;
149 NotificationInd nInd;
152 nInd = (NotificationInd) PduPersister.getPduPersister(
    [all...]

Completed in 529 milliseconds