Searched refs:EXTRA_P2P_PIN_REQUESTED (Results 1 – 4 of 4) sorted by relevance
852 assertThat(launchIntent.hasExtra(WifiManager.EXTRA_P2P_PIN_REQUESTED)).isTrue(); in verifyP2pInvitationReceivedDialogLaunchIntent()853 assertThat(launchIntent.getBooleanExtra(WifiManager.EXTRA_P2P_PIN_REQUESTED, false)) in verifyP2pInvitationReceivedDialogLaunchIntent()
356 intent.getBooleanExtra(WifiManager.EXTRA_P2P_PIN_REQUESTED, false), in createAndShowDialogForIntent()
906 .putExtra(WifiManager.EXTRA_P2P_PIN_REQUESTED, isPinRequested) in P2pInvitationReceivedDialogHandle()
11540 public static final String EXTRA_P2P_PIN_REQUESTED = "android.net.wifi.extra.P2P_PIN_REQUESTED"; field in WifiManager