Searched defs:jobId (Results 1 – 7 of 7) sorted by relevance
/cts/hostsidetests/backup/src/android/cts/backup/ |
D | ProfileScheduledJobHostSideTest.java | 98 int jobId = getJobIdForUser(KEY_VALUE_MIN_JOB_ID, mProfileUserId.get()); in testKeyValueBackupJobScheduled() local 120 int jobId = getJobIdForUser(KEY_VALUE_MIN_JOB_ID, profileUserId); in testKeyValueBackupJobRunsSuccessfully() local 135 int jobId = getJobIdForUser(KEY_VALUE_MIN_JOB_ID, profileUserId); in testKeyValueBackupJobCancelled() local 146 int jobId = getJobIdForUser(FULL_BACKUP_MIN_JOB_ID, mProfileUserId.get()); in testFullBackupJobScheduled() local 170 int jobId = getJobIdForUser(FULL_BACKUP_MIN_JOB_ID, profileUserId); in testFullBackupJobRunsSuccessfully() local 185 int jobId = getJobIdForUser(FULL_BACKUP_MIN_JOB_ID, profileUserId); in testFullBackupJobCancelled() local 198 private boolean isSystemJobScheduled(int jobId, String jobName) throws Exception { in isSystemJobScheduled()
|
/cts/tests/JobScheduler/src/android/jobscheduler/cts/ |
D | BaseJobSchedulerTest.java | 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()
|
D | TestAppInterface.java | 67 TestAppInterface(Context ctx, int jobId) { in TestAppInterface()
|
/cts/tests/JobSchedulerSharedUid/src/android/jobscheduler/cts/shareduidtests/ |
D | ConstraintTest.java | 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()
|
/cts/tests/JobSchedulerSharedUid/JobSharedUidTestApp/src/android/jobscheduler/cts/jobtestapp/ |
D | TestJobSchedulerReceiver.java | 51 final int jobId = intent.getIntExtra(EXTRA_JOB_ID_KEY, hashCode()); in onReceive() local
|
/cts/tests/JobScheduler/JobTestApp/src/android/jobscheduler/cts/jobtestapp/ |
D | TestJobSchedulerReceiver.java | 61 final int jobId = intent.getIntExtra(EXTRA_JOB_ID_KEY, hashCode()); in onReceive() local
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/car/ |
D | GarageModeChecker.java | 72 int jobId = jobInfo.getId(); in scheduleAnIdleJob() local
|