Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiDialogManagerTest.java852 assertThat(launchIntent.hasExtra(WifiManager.EXTRA_P2P_PIN_REQUESTED)).isTrue(); in verifyP2pInvitationReceivedDialogLaunchIntent()
853 assertThat(launchIntent.getBooleanExtra(WifiManager.EXTRA_P2P_PIN_REQUESTED, false)) in verifyP2pInvitationReceivedDialogLaunchIntent()
/packages/modules/Wifi/WifiDialog/src/com/android/wifi/dialog/
DWifiDialogActivity.java356 intent.getBooleanExtra(WifiManager.EXTRA_P2P_PIN_REQUESTED, false), in createAndShowDialogForIntent()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiDialogManager.java906 .putExtra(WifiManager.EXTRA_P2P_PIN_REQUESTED, isPinRequested) in P2pInvitationReceivedDialogHandle()
/packages/modules/Wifi/framework/java/android/net/wifi/
DWifiManager.java11540 public static final String EXTRA_P2P_PIN_REQUESTED = "android.net.wifi.extra.P2P_PIN_REQUESTED"; field in WifiManager