Home
last modified time | relevance | path

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

/cts/hostsidetests/backup/src/android/cts/backup/
DProfileScheduledJobHostSideTest.java99 int jobId = getJobIdForUser(KEY_VALUE_MIN_JOB_ID, mProfileUserId.get()); in testKeyValueBackupJobScheduled() local
121 int jobId = getJobIdForUser(KEY_VALUE_MIN_JOB_ID, profileUserId); in testKeyValueBackupJobRunsSuccessfully() local
136 int jobId = getJobIdForUser(KEY_VALUE_MIN_JOB_ID, profileUserId); in testKeyValueBackupJobCancelled() local
147 int jobId = getJobIdForUser(FULL_BACKUP_MIN_JOB_ID, mProfileUserId.get()); in testFullBackupJobScheduled() local
171 int jobId = getJobIdForUser(FULL_BACKUP_MIN_JOB_ID, profileUserId); in testFullBackupJobRunsSuccessfully() local
186 int jobId = getJobIdForUser(FULL_BACKUP_MIN_JOB_ID, profileUserId); in testFullBackupJobCancelled() local
199 private boolean isSystemJobScheduled(int jobId, String jobName) throws IOException { in isSystemJobScheduled()
/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/JobScheduler/src/android/jobscheduler/cts/
DConstraintTest.java188 String getJobState(int jobId) throws Exception { in getJobState()
194 void assertJobReady(int jobId) throws Exception { in assertJobReady()
199 void assertJobWaiting(int jobId) throws Exception { in assertJobWaiting()
204 void assertJobNotReady(int jobId) throws Exception { in assertJobNotReady()
DTestAppInterface.java49 TestAppInterface(Context ctx, int jobId) { in TestAppInterface()
/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.java53 final int jobId = intent.getIntExtra(EXTRA_JOB_ID_KEY, hashCode()); in onReceive() local