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.java672 private void sendStartWpsMsg(Messenger replyMessenger, WpsInfo wps) throws Exception { in sendStartWpsMsg()
4255 WpsInfo wps = new WpsInfo(); in testStartWpsWithPbcSuccess() local
4280 WpsInfo wps = new WpsInfo(); in testStartWpsWithPinKeypadSuccess() local
4297 WpsInfo wps = null; in testStartWpsFailureWhenObjectIsNull() local
4312 WpsInfo wps = new WpsInfo(); in testStartWpsWithPbcFailureWhenNativeCallFailure() local
4330 WpsInfo wps = new WpsInfo(); in testStartWpsWithPinDisplayFailureWhenNativeCallFailure() local
4348 WpsInfo wps = new WpsInfo(); in testStartWpsWithPinKeypadFailureWhenNativeCallFailure() local
4366 WpsInfo wps = new WpsInfo(); in testStartWpsFailureWhenP2pInactive() local
4379 WpsInfo wps = new WpsInfo(); in testStartWpsFailureWhenP2pDisabled() local
4393 WpsInfo wps = new WpsInfo(); in testStartWpsFailureWhenP2pUnsupported() local
/packages/modules/Wifi/framework/java/android/net/wifi/p2p/
DWifiP2pConfig.java56 public WpsInfo wps; field in WifiP2pConfig
DWifiP2pManager.java2101 public void startWps(Channel channel, WpsInfo wps, ActionListener listener) { in startWps()
/packages/modules/Wifi/service/java/com/android/server/wifi/p2p/
DWifiP2pServiceImpl.java4487 WpsInfo wps = (WpsInfo) message.obj; in processMessage() local
5207 final WpsInfo wps = mSavedPeerConfig.wps; in showInvitationReceivedDialogPreT() local
5283 final WpsInfo wps = mSavedPeerConfig.wps; in showInvitationReceivedDialog() local