Home
last modified time | relevance | path

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

/packages/modules/Wifi/framework/java/android/net/wifi/p2p/
DWifiP2pManager.java3073 public static final int CONNECTION_REQUEST_DEFER_SHOW_PIN_TO_SERVICE = 3; field in WifiP2pManager
3079 CONNECTION_REQUEST_DEFER_SHOW_PIN_TO_SERVICE})
/packages/modules/Wifi/service/java/com/android/server/wifi/p2p/
DWifiP2pServiceImpl.java7728 } else if (WifiP2pManager.CONNECTION_REQUEST_DEFER_SHOW_PIN_TO_SERVICE in handleSetConnectionResult()
7771 if (WifiP2pManager.CONNECTION_REQUEST_DEFER_SHOW_PIN_TO_SERVICE == message.arg1) { in handleSetConnectionResultForInvitationSent()
/packages/modules/Wifi/framework/api/
Dcurrent.txt1414 field public static final int CONNECTION_REQUEST_DEFER_SHOW_PIN_TO_SERVICE = 3; // 0x3
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/p2p/
DWifiP2pServiceImplTest.java7327 WpsInfo.KEYPAD, WifiP2pManager.CONNECTION_REQUEST_DEFER_SHOW_PIN_TO_SERVICE); in testSetConnectionRequestResultDeferPinToFramework()