Home
last modified time | relevance | path

Searched defs:wps (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/p2p/
DWifiP2pServiceImplTest.java623 private void sendStartWpsMsg(Messenger replyMessenger, WpsInfo wps) throws Exception { in sendStartWpsMsg()
3906 WpsInfo wps = new WpsInfo(); in testStartWpsWithPbcSuccess() local
3931 WpsInfo wps = new WpsInfo(); in testStartWpsWithPinKeypadSuccess() local
3948 WpsInfo wps = null; in testStartWpsFailureWhenObjectIsNull() local
3963 WpsInfo wps = new WpsInfo(); in testStartWpsWithPbcFailureWhenNativeCallFailure() local
3981 WpsInfo wps = new WpsInfo(); in testStartWpsWithPinDisplayFailureWhenNativeCallFailure() local
3999 WpsInfo wps = new WpsInfo(); in testStartWpsWithPinKeypadFailureWhenNativeCallFailure() local
4017 WpsInfo wps = new WpsInfo(); in testStartWpsFailureWhenP2pInactive() local
4030 WpsInfo wps = new WpsInfo(); in testStartWpsFailureWhenP2pDisabled() local
4044 WpsInfo wps = new WpsInfo(); in testStartWpsFailureWhenP2pUnsupported() local
/packages/modules/Wifi/framework/java/android/net/wifi/p2p/
DWifiP2pConfig.java51 public WpsInfo wps; field in WifiP2pConfig
DWifiP2pManager.java2023 public void startWps(Channel channel, WpsInfo wps, ActionListener listener) { in startWps()
/packages/modules/Wifi/service/java/com/android/server/wifi/p2p/
DWifiP2pServiceImpl.java3987 WpsInfo wps = (WpsInfo) message.obj; in processMessage() local
4663 final WpsInfo wps = mSavedPeerConfig.wps; in showInvitationReceivedDialogPreT() local
4738 final WpsInfo wps = mSavedPeerConfig.wps; in showInvitationReceivedDialog() local