Searched refs:hasEthernetConnection (Results 1 – 5 of 5) sorted by relevance
206 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 …]
622 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 JobThrottlingTest1505 return mNetworkingHelper.hasEthernetConnection(); in hasEthernetConnection()
186 boolean hasEthernetConnection() { in hasEthernetConnection() method in NetworkingHelper
191 assumeFalse("ethernet is connected", mNetworkingHelper.hasEthernetConnection()); in testRestrictedBalToTop()
520 if (networkingHelper.hasEthernetConnection()) {