Searched defs:shouldSucceed (Results 1 – 7 of 7) sorted by relevance
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
D | HostapdHalTest.java | 81 private void initializeWithAidlImp(boolean shouldSucceed) { in initializeWithAidlImp() 84 assertEquals(mHostapdHal.initialize(), shouldSucceed); in initializeWithAidlImp() local 89 private void initializeWithHidlImp(boolean shouldSucceed) { in initializeWithHidlImp() 92 assertEquals(mHostapdHal.initialize(), shouldSucceed); in initializeWithHidlImp() local
|
D | SupplicantStaIfaceHalTest.java | 143 private void initializeWithAidlImpl(boolean shouldSucceed) { in initializeWithAidlImpl() 153 private void initializeWithHidlImpl(boolean shouldSucceed) { in initializeWithHidlImpl()
|
D | HostapdHalAidlImpTest.java | 599 boolean shouldSucceed) throws Exception { in executeAndValidateInitializationSequence()
|
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/p2p/ |
D | SupplicantP2pIfaceHalTest.java | 120 private void initializeWithAidlImpl(boolean shouldSucceed) { in initializeWithAidlImpl() 130 private void initializeWithHidlImpl(boolean shouldSucceed) { in initializeWithHidlImpl()
|
D | WifiP2pServiceImplTest.java | 6097 private void verifySetVendorElement(boolean isP2pActivated, boolean shouldSucceed, in verifySetVendorElement() 6181 boolean shouldSucceed) throws Exception { in verifyAddExternalApprover() 6186 boolean shouldSucceed) throws Exception { in verifyAddExternalApprover() 6193 boolean shouldSucceed, MacAddress devAddr) throws Exception { in verifyAddExternalApprover() 6232 boolean shouldSucceed) throws Exception { in verifyRemoveExternalApprover() 6276 boolean hasPermission, boolean shouldSucceed, in verifySetConnectionRequestResult() 6331 hasApprover, hasPermission, shouldSucceed, in testSetConnectionRequestResultSuccess() local 6429 hasApprover, hasPermission, shouldSucceed, in testSetConnectionRequestResultFailureWithoutPermission() local 6441 hasApprover, hasPermission, shouldSucceed, in testSetConnectionRequestResultFailureWithoutApprover() local 6453 hasApprover, hasPermission, shouldSucceed, in testSetConnectionRequestResultDeferPinToFramework() local
|
/packages/modules/Connectivity/tests/cts/hostside/src/com/android/cts/net/ |
D | HostsideNetworkTestCase.java | 92 protected void uninstallPackage(String packageName, boolean shouldSucceed) in uninstallPackage()
|
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | TelecomServiceImplTest.java | 601 boolean shouldSucceed) throws RemoteException { in registerPhoneAccountTestHelper()
|