Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiDialogManagerTest.java855 assertThat(launchIntent.hasExtra(WifiManager.EXTRA_P2P_DISPLAY_PIN)).isTrue(); in verifyP2pInvitationReceivedDialogLaunchIntent()
856 assertThat(launchIntent.getStringExtra(WifiManager.EXTRA_P2P_DISPLAY_PIN)) in verifyP2pInvitationReceivedDialogLaunchIntent()
1089 assertThat(launchIntent.hasExtra(WifiManager.EXTRA_P2P_DISPLAY_PIN)).isTrue(); in verifyP2pInvitationSentDialogLaunchIntent()
1090 assertThat(launchIntent.getStringExtra(WifiManager.EXTRA_P2P_DISPLAY_PIN)) in verifyP2pInvitationSentDialogLaunchIntent()
/packages/modules/Wifi/WifiDialog/src/com/android/wifi/dialog/
DWifiDialogActivity.java350 intent.getStringExtra(WifiManager.EXTRA_P2P_DISPLAY_PIN)); in createAndShowDialogForIntent()
357 intent.getStringExtra(WifiManager.EXTRA_P2P_DISPLAY_PIN)); in createAndShowDialogForIntent()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiDialogManager.java907 .putExtra(WifiManager.EXTRA_P2P_DISPLAY_PIN, displayPin); in P2pInvitationReceivedDialogHandle()
1031 .putExtra(WifiManager.EXTRA_P2P_DISPLAY_PIN, displayPin); in P2pInvitationSentDialogHandle()
/packages/modules/Wifi/framework/java/android/net/wifi/
DWifiManager.java11546 public static final String EXTRA_P2P_DISPLAY_PIN = "android.net.wifi.extra.P2P_DISPLAY_PIN"; field in WifiManager