Searched refs:TEST_JOB_COMPONENT (Results 1 – 2 of 2) sorted by relevance
/aosp12/frameworks/base/services/tests/mockingservicestests/src/com/android/server/job/controllers/ |
H A D | JobStatusTest.java | 77 private static final ComponentName TEST_JOB_COMPONENT = new ComponentName(TEST_PACKAGE, "test"); field in JobStatusTest 133 final JobInfo triggerContentJob = new JobInfo.Builder(42, TEST_JOB_COMPONENT) in testMediaBackupExemption_lateConstraint() 144 final JobInfo triggerContentJob = new JobInfo.Builder(42, TEST_JOB_COMPONENT) in testMediaBackupExemption_noConnectivityConstraint() 153 final JobInfo networkJob = new JobInfo.Builder(42, TEST_JOB_COMPONENT) in testMediaBackupExemption_noContentTriggerConstraint() 162 final JobInfo networkContentJob = new JobInfo.Builder(42, TEST_JOB_COMPONENT) in testMediaBackupExemption_wrongSourcePackage() 174 final JobInfo networkContentJob = new JobInfo.Builder(42, TEST_JOB_COMPONENT) in testMediaBackupExemption_nonEligibleUri() 186 final JobInfo imageUriJob = new JobInfo.Builder(42, TEST_JOB_COMPONENT) in testMediaBackupExemptionGranted() 192 final JobInfo videoUriJob = new JobInfo.Builder(42, TEST_JOB_COMPONENT) in testMediaBackupExemptionGranted() 198 final JobInfo bothUriJob = new JobInfo.Builder(42, TEST_JOB_COMPONENT) in testMediaBackupExemptionGranted()
|
/aosp12/packages/modules/Connectivity/tests/cts/hostside/app/src/com/android/cts/net/hostside/ |
H A D | AbstractRestrictBackgroundNetworkTestCase.java | 88 private static final ComponentName TEST_JOB_COMPONENT = new ComponentName( field in AbstractRestrictBackgroundNetworkTestCase 850 final JobInfo jobInfo = new JobInfo.Builder(TEST_JOB_ID, TEST_JOB_COMPONENT) in launchComponentAndAssertNetworkAccess()
|