public class PostProfileJob extends JobBase
| Modifier and Type | Field and Description |
|---|---|
static double |
MAX_RETRY_TIMES |
| Constructor and Description |
|---|
PostProfileJob(android.os.Parcel in) |
PostProfileJob(ProfilePropertyEditorBase profileUpdateInfo) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canMergeJob(JobBase job) |
protected void |
onRun() |
protected int |
shouldRetryOnThrowException(java.lang.Throwable exception,
int runCount) |
void |
writeToParcel(android.os.Parcel out) |
getGroupId, getPriority, isRunning, runpublic static final double MAX_RETRY_TIMES
public PostProfileJob(ProfilePropertyEditorBase profileUpdateInfo)
public PostProfileJob(android.os.Parcel in)
protected void onRun()
throws java.lang.Throwable
protected int shouldRetryOnThrowException(java.lang.Throwable exception,
int runCount)
shouldRetryOnThrowException in class JobBasepublic boolean canMergeJob(JobBase job)
canMergeJob in class JobBasepublic void writeToParcel(android.os.Parcel out)
writeToParcel in class JobBase