Home
last modified time | relevance | path

Searched defs:jobId (Results 1 – 7 of 7) sorted by relevance

/cts/hostsidetests/backup/src/android/cts/backup/
DProfileScheduledJobHostSideTest.java98 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/
DBaseJobSchedulerTest.java190 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()
DTestAppInterface.java67 TestAppInterface(Context ctx, int jobId) { in TestAppInterface()
/cts/tests/JobSchedulerSharedUid/src/android/jobscheduler/cts/shareduidtests/
DConstraintTest.java185 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/
DTestJobSchedulerReceiver.java51 final int jobId = intent.getIntExtra(EXTRA_JOB_ID_KEY, hashCode()); in onReceive() local
/cts/tests/JobScheduler/JobTestApp/src/android/jobscheduler/cts/jobtestapp/
DTestJobSchedulerReceiver.java61 final int jobId = intent.getIntExtra(EXTRA_JOB_ID_KEY, hashCode()); in onReceive() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/car/
DGarageModeChecker.java72 int jobId = jobInfo.getId(); in scheduleAnIdleJob() local