Home
last modified time | relevance | path

Searched refs:hasEthernetConnection (Results 1 – 5 of 5) sorted by relevance

/cts/tests/JobScheduler/src/android/jobscheduler/cts/
DConnectivityConstraintTest.java206 if (hasEthernetConnection()) { in testConnectivityConstraintExecutes_withMeteredWifi()
289 if (hasEthernetConnection()) { in testConnectivityConstraintExecutes_metered_Wifi()
315 if (hasEthernetConnection()) { in testCellularConstraintExecutedAndStopped_Foreground()
356 } else if (!hasEthernetConnection()) { in testExpeditedJobExecutes_IdleApp()
388 if (hasEthernetConnection()) { in testExpeditedJobExecutes_BatterySaverOn()
444 if (hasEthernetConnection()) { in testFgExpeditedJobBypassesDataSaver()
518 if (hasEthernetConnection()) { in testJobExecutes_afterAppIsKilled()
655 if (!hasEthernetConnection()) { in testJobParametersNetwork()
816 if (hasEthernetConnection()) { in testUnmeteredConstraintFails_withMeteredWiFi()
865 if (hasEthernetConnection()) { in testBgExpeditedJobDoesNotBypassDataSaver()
[all …]
DJobThrottlingTest.java622 assumeFalse("not testable, since ethernet is connected", hasEthernetConnection()); in testJobsInRestrictedBucket_NoRequiredNetwork()
658 assumeFalse("not testable, since ethernet is connected", hasEthernetConnection()); in testJobsInRestrictedBucket_WithRequiredNetwork()
1075 assumeFalse("not testable, since ethernet is connected", hasEthernetConnection()); in testRestrictingStopReason_RestrictedBucket_connectivity()
1504 private boolean hasEthernetConnection() { in hasEthernetConnection() method in JobThrottlingTest
1505 return mNetworkingHelper.hasEthernetConnection(); in hasEthernetConnection()
DNetworkingHelper.java186 boolean hasEthernetConnection() { in hasEthernetConnection() method in NetworkingHelper
DUserInitiatedJobTest.java191 assumeFalse("ethernet is connected", mNetworkingHelper.hasEthernetConnection()); in testRestrictedBalToTop()
DJobSchedulingTest.java520 if (networkingHelper.hasEthernetConnection()) {