HomeSort by relevance Sort by last modified time
    Searched defs:RetryScheduler (Results 1 - 6 of 6) sorted by null

  /packages/apps/Mms/src/com/android/mms/transaction/
ReadRecTransaction.java 61 // Attach the transaction to the instance of RetryScheduler.
62 attach(RetryScheduler.getInstance(context));
NotificationTransaction.java 96 // Attach the transaction to the instance of RetryScheduler.
97 attach(RetryScheduler.getInstance(context));
RetrieveTransaction.java 92 // Attach the transaction to the instance of RetryScheduler.
93 attach(RetryScheduler.getInstance(context));
RetryScheduler.java 46 public class RetryScheduler implements Observer {
47 private static final String TAG = "RetryScheduler";
54 private RetryScheduler(Context context) {
59 private static RetryScheduler sInstance;
60 public static RetryScheduler getInstance(Context context) {
62 sInstance = new RetryScheduler(context);
79 Log.v(TAG, "[RetryScheduler] update " + observable);
SendTransaction.java 74 // Attach the transaction to the instance of RetryScheduler.
75 attach(RetryScheduler.getInstance(context));
TransactionService.java 202 RetryScheduler.setRetryAlarm(this);
259 RetryScheduler.setRetryAlarm(this);
    [all...]

Completed in 242 milliseconds