Searched refs:EXTRA_P2P_DISPLAY_PIN (Results 1 – 4 of 4) sorted by relevance
855 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()
350 intent.getStringExtra(WifiManager.EXTRA_P2P_DISPLAY_PIN)); in createAndShowDialogForIntent()357 intent.getStringExtra(WifiManager.EXTRA_P2P_DISPLAY_PIN)); in createAndShowDialogForIntent()
907 .putExtra(WifiManager.EXTRA_P2P_DISPLAY_PIN, displayPin); in P2pInvitationReceivedDialogHandle()1031 .putExtra(WifiManager.EXTRA_P2P_DISPLAY_PIN, displayPin); in P2pInvitationSentDialogHandle()
11546 public static final String EXTRA_P2P_DISPLAY_PIN = "android.net.wifi.extra.P2P_DISPLAY_PIN"; field in WifiManager