Searched refs:EXTRA_P2P_DEVICE_NAME (Results 1 – 4 of 4) sorted by relevance
849 assertThat(launchIntent.hasExtra(WifiManager.EXTRA_P2P_DEVICE_NAME)).isTrue(); in verifyP2pInvitationReceivedDialogLaunchIntent()850 assertThat(launchIntent.getStringExtra(WifiManager.EXTRA_P2P_DEVICE_NAME)) in verifyP2pInvitationReceivedDialogLaunchIntent()1086 assertThat(launchIntent.hasExtra(WifiManager.EXTRA_P2P_DEVICE_NAME)).isTrue(); in verifyP2pInvitationSentDialogLaunchIntent()1087 assertThat(launchIntent.getStringExtra(WifiManager.EXTRA_P2P_DEVICE_NAME)) in verifyP2pInvitationSentDialogLaunchIntent()
349 intent.getStringExtra(WifiManager.EXTRA_P2P_DEVICE_NAME), in createAndShowDialogForIntent()355 intent.getStringExtra(WifiManager.EXTRA_P2P_DEVICE_NAME), in createAndShowDialogForIntent()
905 intent.putExtra(WifiManager.EXTRA_P2P_DEVICE_NAME, deviceName) in P2pInvitationReceivedDialogHandle()1030 intent.putExtra(WifiManager.EXTRA_P2P_DEVICE_NAME, deviceName) in P2pInvitationSentDialogHandle()
11534 public static final String EXTRA_P2P_DEVICE_NAME = "android.net.wifi.extra.P2P_DEVICE_NAME"; field in WifiManager