Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/p2p/
DWifiP2pServiceImplTest.java509 private void sendStartWpsMsg(Messenger replyMessenger, WpsInfo wps) throws Exception { in sendStartWpsMsg() method in WifiP2pServiceImplTest
2765 sendStartWpsMsg(mClientMessenger, wps); in testStartWpsWithPbcSuccess()
2800 sendStartWpsMsg(mClientMessenger, wps); in testStartWpsWithPinKeypadSuccess()
2824 sendStartWpsMsg(mClientMessenger, wps); in testStartWpsFailureWhenObjectIsNull()
2849 sendStartWpsMsg(mClientMessenger, wps); in testStartWpsWithPbcFailureWhenNativeCallFailure()
2876 sendStartWpsMsg(mClientMessenger, wps); in testStartWpsWithPinDisplayFailureWhenNativeCallFailure()
2904 sendStartWpsMsg(mClientMessenger, wps); in testStartWpsWithPinKeypadFailureWhenNativeCallFailure()
2920 sendStartWpsMsg(mClientMessenger, wps); in testStartWpsFailureWhenP2pInactive()
2933 sendStartWpsMsg(mClientMessenger, wps); in testStartWpsFailureWhenP2pDisabled()
2947 sendStartWpsMsg(mClientMessenger, wps); in testStartWpsFailureWhenP2pUnsupported()