Searched defs:jobId (Results 1 – 9 of 9) sorted by relevance
/cts/hostsidetests/appsearch/test-apps/AppSearchHostTestHelperA/src/android/appsearch/app/helper_a/ |
D | ContactsIndexerDeviceTest.java | 52 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/ |
D | ProfileScheduledJobHostSideTest.java | 102 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/ |
D | ConstraintTest.java | 186 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/ |
D | BaseJobSchedulerTest.java | 307 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()
|
D | TestAppInterface.java | 91 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/ |
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 | 94 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 | 73 int jobId = jobInfo.getId(); in scheduleAnIdleJob() local
|
/cts/tests/JobScheduler/src/android/jobscheduler/ |
D | MockJobService.java | 695 public int jobId; field in MockJobService.TestEnvironment.Event 697 public Event(int event, int jobId) { in Event()
|