Home
last modified time | relevance | path

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

/packages/modules/NetworkStack/tests/unit/src/android/net/shared/
DNetdUtilsTest.java61 private void setNetworkAddInterfaceOutcome(final Exception cause, int numLoops) in setNetworkAddInterfaceOutcome() method in NetdUtilsTest
91 setNetworkAddInterfaceOutcome(null, expectedTries); in verifyTetherInterfaceSucceeds()
112 setNetworkAddInterfaceOutcome(new ServiceSpecificException(expectedCode), expectedTries); in runTetherInterfaceWithServiceSpecificException()
126 setNetworkAddInterfaceOutcome(new RemoteException(), expectedTries); in runTetherInterfaceWithRemoteException()