Searched defs:jobId (Results 1 – 6 of 6) sorted by relevance
/cts/hostsidetests/backup/src/android/cts/backup/ |
D | ProfileScheduledJobHostSideTest.java | 99 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/ |
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/JobScheduler/src/android/jobscheduler/cts/ |
D | ConstraintTest.java | 188 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()
|
D | TestAppInterface.java | 49 TestAppInterface(Context ctx, int jobId) { in TestAppInterface()
|
/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 | 53 final int jobId = intent.getIntExtra(EXTRA_JOB_ID_KEY, hashCode()); in onReceive() local
|