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));
SendTransaction.java 69 // Attach the transaction to the instance of RetryScheduler.
70 attach(RetryScheduler.getInstance(context));
NotificationTransaction.java 98 // Attach the transaction to the instance of RetryScheduler.
99 attach(RetryScheduler.getInstance(context));
RetrieveTransaction.java 94 // Attach the transaction to the instance of RetryScheduler.
95 attach(RetryScheduler.getInstance(context));
RetryScheduler.java 43 public class RetryScheduler implements Observer {
44 private static final String TAG = "RetryScheduler";
51 private RetryScheduler(Context context) {
56 private static RetryScheduler sInstance;
57 public static RetryScheduler getInstance(Context context) {
59 sInstance = new RetryScheduler(context);
76 Log.v(TAG, "[RetryScheduler] update " + observable);
TransactionService.java 238 RetryScheduler.setRetryAlarm(this);
320 RetryScheduler.setRetryAlarm(this);
    [all...]

Completed in 169 milliseconds