Searched refs:NotificationTransaction (Results 1 - 4 of 4) 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.");
H A DPushReceiver.java126 !NotificationTransaction.allowAutoDownload(),
H A DRetryScheduler.java81 if ((t instanceof NotificationTransaction)
H A DTransactionService.java327 // For launching NotificationTransaction and test purpose.
691 transaction = new NotificationTransaction(
702 transaction = new NotificationTransaction(

Completed in 86 milliseconds