Home
last modified time | relevance | path

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

/cts/hostsidetests/appsearch/test-apps/AppSearchHostTestHelperA/src/android/appsearch/app/helper_a/
DContactsIndexerDeviceTest.java52 int jobId = MIN_INDEXER_JOB_ID + userId; in testFullUpdateJobIsScheduled() local
65 int jobId = MIN_INDEXER_JOB_ID + userId; in testFullUpdateJobIsNotScheduled() local
73 private String getJobState(int jobId) throws Exception { in getJobState()
79 private void assertJobWaiting(int jobId) throws Exception { in assertJobWaiting()
83 private void assertNoJob(int jobId) throws Exception { in assertNoJob()
/cts/hostsidetests/backup/src/android/cts/backup/
DProfileScheduledJobHostSideTest.java102 int jobId = getJobIdForUser(KEY_VALUE_MIN_JOB_ID, mProfileUserId.get()); in testKeyValueBackupJobScheduled() local
132 int jobId = getJobIdForUser(KEY_VALUE_MIN_JOB_ID, profileUserId); in testKeyValueBackupJobRunsSuccessfully() local
149 int jobId = getJobIdForUser(KEY_VALUE_MIN_JOB_ID, profileUserId); in testKeyValueBackupJobCancelled() local
160 int jobId = getJobIdForUser(FULL_BACKUP_MIN_JOB_ID, mProfileUserId.get()); in testFullBackupJobScheduled() local
192 int jobId = getJobIdForUser(FULL_BACKUP_MIN_JOB_ID, profileUserId); in testFullBackupJobRunsSuccessfully() local
209 int jobId = getJobIdForUser(FULL_BACKUP_MIN_JOB_ID, profileUserId); in testFullBackupJobCancelled() local
222 private boolean isSystemJobScheduled(int jobId, String jobName) throws Exception { in isSystemJobScheduled()
/cts/tests/JobSchedulerSharedUid/src/android/jobscheduler/cts/shareduidtests/
DConstraintTest.java186 String getJobState(int jobId) throws Exception { in getJobState()
192 void assertJobReady(int jobId) throws Exception { in assertJobReady()
197 void assertJobWaiting(int jobId) throws Exception { in assertJobWaiting()
202 void assertJobNotReady(int jobId) throws Exception { in assertJobNotReady()
207 void runSatisfiedJob(int jobId) throws Exception { in runSatisfiedJob()
/cts/tests/JobScheduler/src/android/jobscheduler/cts/
DBaseJobSchedulerTest.java307 String getJobState(int jobId) throws Exception { in getJobState()
313 void assertJobReady(int jobId) throws Exception { in assertJobReady()
318 void assertJobWaiting(int jobId) throws Exception { in assertJobWaiting()
323 void assertJobNotReady(int jobId) throws Exception { in assertJobNotReady()
399 void runSatisfiedJob(int jobId) throws Exception { in runSatisfiedJob()
403 void runSatisfiedJob(int jobId, String namespace) throws Exception { in runSatisfiedJob()
DTestAppInterface.java91 TestAppInterface(Context ctx, int jobId) { in TestAppInterface()
257 void runSatisfiedJob(int jobId) throws Exception { in runSatisfiedJob()
419 boolean awaitJobStart(int jobId, long maxWait) throws Exception { in awaitJobStart()
/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.java94 final int jobId = intent.getIntExtra(EXTRA_JOB_ID_KEY, hashCode()); in onReceive() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/car/
DGarageModeChecker.java73 int jobId = jobInfo.getId(); in scheduleAnIdleJob() local
/cts/tests/JobScheduler/src/android/jobscheduler/
DMockJobService.java695 public int jobId; field in MockJobService.TestEnvironment.Event
697 public Event(int event, int jobId) { in Event()