Searched defs:jobId (Results 1 – 6 of 6) sorted by relevance
98 int jobId = getJobIdForUser(KEY_VALUE_MIN_JOB_ID, mProfileUserId.get()); in testKeyValueBackupJobScheduled() local120 int jobId = getJobIdForUser(KEY_VALUE_MIN_JOB_ID, profileUserId); in testKeyValueBackupJobRunsSuccessfully() local135 int jobId = getJobIdForUser(KEY_VALUE_MIN_JOB_ID, profileUserId); in testKeyValueBackupJobCancelled() local146 int jobId = getJobIdForUser(FULL_BACKUP_MIN_JOB_ID, mProfileUserId.get()); in testFullBackupJobScheduled() local170 int jobId = getJobIdForUser(FULL_BACKUP_MIN_JOB_ID, profileUserId); in testFullBackupJobRunsSuccessfully() local185 int jobId = getJobIdForUser(FULL_BACKUP_MIN_JOB_ID, profileUserId); in testFullBackupJobCancelled() local198 private boolean isSystemJobScheduled(int jobId, String jobName) throws Exception { in isSystemJobScheduled()
190 String getJobState(int jobId) throws Exception { in getJobState()196 void assertJobReady(int jobId) throws Exception { in assertJobReady()201 void assertJobWaiting(int jobId) throws Exception { in assertJobWaiting()206 void assertJobNotReady(int jobId) throws Exception { in assertJobNotReady()221 void runSatisfiedJob(int jobId) throws Exception { in runSatisfiedJob()
67 TestAppInterface(Context ctx, int jobId) { in TestAppInterface()
185 String getJobState(int jobId) throws Exception { in getJobState()191 void assertJobReady(int jobId) throws Exception { in assertJobReady()196 void assertJobWaiting(int jobId) throws Exception { in assertJobWaiting()201 void assertJobNotReady(int jobId) throws Exception { in assertJobNotReady()
61 final int jobId = intent.getIntExtra(EXTRA_JOB_ID_KEY, hashCode()); in onReceive() local
72 int jobId = jobInfo.getId(); in scheduleAnIdleJob() local