OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RetryScheduler
(Results
1 - 6
of
6
) sorted by null
/packages/apps/Mms/src/com/android/mms/transaction/
ReadRecTransaction.java
60
// Attach the transaction to the instance of
RetryScheduler
.
61
attach(
RetryScheduler
.getInstance(context));
SendTransaction.java
71
// Attach the transaction to the instance of
RetryScheduler
.
72
attach(
RetryScheduler
.getInstance(context));
NotificationTransaction.java
96
// Attach the transaction to the instance of
RetryScheduler
.
97
attach(
RetryScheduler
.getInstance(context));
RetrieveTransaction.java
91
// Attach the transaction to the instance of
RetryScheduler
.
92
attach(
RetryScheduler
.getInstance(context));
RetryScheduler.java
45
public class
RetryScheduler
implements Observer {
46
private static final String TAG = "
RetryScheduler
";
53
private
RetryScheduler
(Context context) {
58
private static
RetryScheduler
sInstance;
59
public static
RetryScheduler
getInstance(Context context) {
61
sInstance = new
RetryScheduler
(context);
78
Log.v(TAG, "[
RetryScheduler
] update " + observable);
TransactionService.java
206
RetryScheduler
.setRetryAlarm(this);
263
RetryScheduler
.setRetryAlarm(this);
[
all
...]
Completed in 34 milliseconds