public class PostAliasIdJob extends JobBase
| Constructor and Description |
|---|
PostAliasIdJob(android.os.Parcel in) |
PostAliasIdJob(java.lang.String aliasId) |
| 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 PostAliasIdJob(java.lang.String aliasId)
public PostAliasIdJob(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