Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/p2p/
H A DSupplicantP2pIfaceHalTest.java2769 boolean getZeroInterfaces, boolean getNullInterface) throws Exception { in executeAndValidateInitializationSequence() argument
2770 boolean shouldSucceed = !causeRemoteException && !getZeroInterfaces && !getNullInterface; in executeAndValidateInitializationSequence()
2773 if (getZeroInterfaces) { in executeAndValidateInitializationSequence()
2816 if (!causeRemoteException && !getNullInterface && !getZeroInterfaces) { in executeAndValidateInitializationSequence()
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DSupplicantStaIfaceHalTest.java2411 boolean getZeroInterfaces, in executeAndValidateInitializationSequence() argument
2416 !causeRemoteException && !getZeroInterfaces && !getNullInterface in executeAndValidateInitializationSequence()
2420 if (getZeroInterfaces) { in executeAndValidateInitializationSequence()
2475 if (!getZeroInterfaces) { in executeAndValidateInitializationSequence()
2480 if (!causeRemoteException && !getZeroInterfaces && !getNullInterface) { in executeAndValidateInitializationSequence()