Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiDialogManagerTest.java849 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()
/packages/modules/Wifi/WifiDialog/src/com/android/wifi/dialog/
DWifiDialogActivity.java349 intent.getStringExtra(WifiManager.EXTRA_P2P_DEVICE_NAME), in createAndShowDialogForIntent()
355 intent.getStringExtra(WifiManager.EXTRA_P2P_DEVICE_NAME), in createAndShowDialogForIntent()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiDialogManager.java905 intent.putExtra(WifiManager.EXTRA_P2P_DEVICE_NAME, deviceName) in P2pInvitationReceivedDialogHandle()
1030 intent.putExtra(WifiManager.EXTRA_P2P_DEVICE_NAME, deviceName) in P2pInvitationSentDialogHandle()
/packages/modules/Wifi/framework/java/android/net/wifi/
DWifiManager.java11534 public static final String EXTRA_P2P_DEVICE_NAME = "android.net.wifi.extra.P2P_DEVICE_NAME"; field in WifiManager