public class

RetryScheduler

extends Object
implements Observer
java.lang.Object
   ↳ com.android.mms.transaction.RetryScheduler

Summary

Public Methods
static RetryScheduler getInstance(Context context)
static void setRetryAlarm(Context context)
void update(Observable observable)
Update the state of the observable.
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.android.mms.transaction.Observer

Public Methods

public static RetryScheduler getInstance (Context context)

public static void setRetryAlarm (Context context)

public void update (Observable observable)

Update the state of the observable.

Parameters
observable An observable object.