Home
last modified time | relevance | path

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

/packages/services/AlternativeNetworkAccess/tests/src/com/android/ons/
DOpportunisticNetworkServiceTest.java78 private IOns iOpportunisticNetworkService; field in OpportunisticNetworkServiceTest
115 iOpportunisticNetworkService = (IOns) mOpportunisticNetworkService.onBind(null); in setUp()
117 if (iOpportunisticNetworkService != null) { in setUp()
155 iOpportunisticNetworkService.setEnable(false, pkgForDebug); in testCheckEnable()
156 isEnable = iOpportunisticNetworkService.isEnabled(pkgForDebug); in testCheckEnable()
264 assertNotNull(iOpportunisticNetworkService); in testSetPreferredDataSubscriptionId()
265 iOpportunisticNetworkService.setPreferredDataSubscriptionId(5, false, callbackStub, in testSetPreferredDataSubscriptionId()
276 assertNotNull(iOpportunisticNetworkService); in testGetPreferredDataSubscriptionId()
279 mResult = iOpportunisticNetworkService.getPreferredDataSubscriptionId(pkgForDebug, in testGetPreferredDataSubscriptionId()
307 iOpportunisticNetworkService.updateAvailableNetworks(availableNetworkInfos, mCallback, in testUpdateAvailableNetworksWithInvalidArguments()
[all …]