Searched refs:NETWORK_TYPE_ANY (Results 1 – 13 of 13) sorted by relevance
244 .setRequiredNetworkType(JobInfo.NETWORK_TYPE_ANY) in testIsUserVisibleJob()265 .setRequiredNetworkType(JobInfo.NETWORK_TYPE_ANY) in testMediaBackupExemption_lateConstraint()283 .setRequiredNetworkType(JobInfo.NETWORK_TYPE_ANY) in testMediaBackupExemption_noContentTriggerConstraint()293 .setRequiredNetworkType(JobInfo.NETWORK_TYPE_ANY) in testMediaBackupExemption_wrongSourcePackage()307 .setRequiredNetworkType(JobInfo.NETWORK_TYPE_ANY) in testMediaBackupExemption_nonEligibleUri()318 .setRequiredNetworkType(JobInfo.NETWORK_TYPE_ANY); in testMediaBackupExemption_lowPriorityJobs()330 .setRequiredNetworkType(JobInfo.NETWORK_TYPE_ANY) in testMediaBackupExemptionGranted()336 .setRequiredNetworkType(JobInfo.NETWORK_TYPE_ANY) in testMediaBackupExemptionGranted()343 .setRequiredNetworkType(JobInfo.NETWORK_TYPE_ANY) in testMediaBackupExemptionGranted()675 .setRequiredNetworkType(JobInfo.NETWORK_TYPE_ANY) in testShouldTreatAsUserInitiated()[all …]
170 .setRequiredNetworkType(JobInfo.NETWORK_TYPE_ANY); in testUsable()175 .setRequiredNetworkType(JobInfo.NETWORK_TYPE_ANY); in testUsable()283 .setRequiredNetworkType(JobInfo.NETWORK_TYPE_ANY); in testInsane()308 .setRequiredNetworkType(JobInfo.NETWORK_TYPE_ANY); in testCongestion()338 .setRequiredNetworkType(JobInfo.NETWORK_TYPE_ANY); in testMeteredAllowed()462 .setRequiredNetworkType(JobInfo.NETWORK_TYPE_ANY); in testStrongEnough_Cellular()636 .setRequiredNetworkType(JobInfo.NETWORK_TYPE_ANY); in testStrongEnough_Cellular_CheckDisabled()810 .setRequiredNetworkType(JobInfo.NETWORK_TYPE_ANY); in testStrongEnough_Cellular_VPN()954 .setRequiredNetworkType(JobInfo.NETWORK_TYPE_ANY), UID_BLUE); in testUpdates()1040 .setRequiredNetworkType(JobInfo.NETWORK_TYPE_ANY), UID_BLUE); in testRequestStandbyExceptionLocked()[all …]
21 import static android.app.job.JobInfo.NETWORK_TYPE_ANY;631 .setRequiredNetworkType(JobInfo.NETWORK_TYPE_ANY) in testExceptions_UserInitiated()709 JobInfo.Builder jb = createJob(0).setRequiredNetworkType(NETWORK_TYPE_ANY); in testConnectionToUnMeteredNetwork()
250 .setUserInitiated(true).setRequiredNetworkType(JobInfo.NETWORK_TYPE_ANY)); in testGetMinJobExecutionGuaranteeMs()325 .setUserInitiated(true).setRequiredNetworkType(JobInfo.NETWORK_TYPE_ANY)); in testGetMinJobExecutionGuaranteeMs_timeoutSafeguards_disabled()445 .setUserInitiated(true).setRequiredNetworkType(JobInfo.NETWORK_TYPE_ANY)); in testGetMinJobExecutionGuaranteeMs_timeoutSafeguards_enabled()579 .setUserInitiated(true).setRequiredNetworkType(JobInfo.NETWORK_TYPE_ANY)); in testGetMaxJobExecutionTimeMs()604 .setUserInitiated(true).setRequiredNetworkType(JobInfo.NETWORK_TYPE_ANY)); in testGetMaxJobExecutionTimeMs_timeoutSafeguards_disabled()733 .setUserInitiated(true).setRequiredNetworkType(JobInfo.NETWORK_TYPE_ANY)); in testGetMaxJobExecutionTimeMs_timeoutSafeguards_enabled()911 .setRequiredNetworkType(JobInfo.NETWORK_TYPE_ANY)); in testGetRescheduleJobForFailure_cumulativeExecution()1052 .setRequiredNetworkType(JobInfo.NETWORK_TYPE_ANY)); in testGetRescheduleJobForFailure_userStopped()1716 createJobInfo().setRequiredNetworkType(JobInfo.NETWORK_TYPE_ANY)); in testRareJobBatching()1748 createJobInfo().setRequiredNetworkType(JobInfo.NETWORK_TYPE_ANY)); in testRareJobBatching()
86 JobInfo.NETWORK_TYPE_ANY;
19 import static android.app.job.JobInfo.NETWORK_TYPE_ANY;532 .setRequiredNetworkType(ui ? NETWORK_TYPE_ANY : NETWORK_TYPE_NONE), in testPendingJobSorting_Random()571 .setRequiredNetworkType(ui ? NETWORK_TYPE_ANY : NETWORK_TYPE_NONE), in testPendingJobSortingTransitivity()597 .setRequiredNetworkType(ui ? NETWORK_TYPE_ANY : NETWORK_TYPE_NONE), in testPendingJobSortingTransitivity_Concentrated()
299 .setRequiredNetworkType(JobInfo.NETWORK_TYPE_ANY) in testMaybeWriteStatusToDisk()602 .setRequiredNetworkType(JobInfo.NETWORK_TYPE_ANY).build()); in testRequiredNetworkType()
114 NETWORK_TYPE_ANY,125 public static final int NETWORK_TYPE_ANY = 1; field in JobInfo638 return NETWORK_TYPE_ANY; in getNetworkType()1414 if (networkType == NETWORK_TYPE_ANY) { in setRequiredNetworkType()
153 builder.setRequiredNetworkType(JobInfo.NETWORK_TYPE_ANY); in scheduleJob()
1595 jobBuilder.setRequiredNetworkType(JobInfo.NETWORK_TYPE_ANY); in buildConstraintsFromXml()
1753 JobInfo.NETWORK_TYPE_UNMETERED : JobInfo.NETWORK_TYPE_ANY; in scheduleSyncOperationH()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
8778 field public static final int NETWORK_TYPE_ANY = 1; // 0x1