Searched refs:RetryScheduler (Results 1 - 6 of 6) sorted by relevance

/packages/apps/Mms/src/com/android/mms/transaction/
H A DRetryScheduler.java43 public class RetryScheduler implements Observer { class in inherits:Observer
44 private static final String TAG = "RetryScheduler";
51 private RetryScheduler(Context context) { method in class:RetryScheduler
56 private static RetryScheduler sInstance;
57 public static RetryScheduler getInstance(Context context) {
59 sInstance = new RetryScheduler(context);
76 Log.v(TAG, "[RetryScheduler] update " + observable);
H A DReadRecTransaction.java61 // Attach the transaction to the instance of RetryScheduler.
62 attach(RetryScheduler.getInstance(context));
H A DNotificationTransaction.java98 // Attach the transaction to the instance of RetryScheduler.
99 attach(RetryScheduler.getInstance(context));
H A DSendTransaction.java69 // Attach the transaction to the instance of RetryScheduler.
70 attach(RetryScheduler.getInstance(context));
H A DRetrieveTransaction.java94 // Attach the transaction to the instance of RetryScheduler.
95 attach(RetryScheduler.getInstance(context));
H A DTransactionService.java238 RetryScheduler.setRetryAlarm(this);
320 RetryScheduler.setRetryAlarm(this);

Completed in 51 milliseconds