Searched defs:NotificationTransaction (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Mms/src/com/android/mms/transaction/
H A DNotificationTransaction.java56 * The NotificationTransaction is responsible for handling multimedia
71 public class NotificationTransaction extends Transaction implements Runnable { class in inherits:Transaction,Runnable
72 private static final String TAG = "NotificationTransaction";
80 public NotificationTransaction( method in class:NotificationTransaction
105 public NotificationTransaction( method in class:NotificationTransaction
131 new Thread(this, "NotificationTransaction").start();
199 Log.v(TAG, "NotificationTransaction received new mms message: " + uri);
243 Log.e(TAG, "NotificationTransaction failed.");

Completed in 43 milliseconds