Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/p2p/
DWifiP2pServiceImpl.java5957 private void addRowToDialog(ViewGroup group, int stringId, String value) { in addRowToDialog() method in WifiP2pServiceImpl.P2pStateMachine
5976 addRowToDialog(group, R.string.wifi_p2p_to_message, deviceName); in showInvitationSentDialogPreT()
5977 addRowToDialog(group, R.string.wifi_p2p_show_pin_message, pin); in showInvitationSentDialogPreT()
6039 addRowToDialog(group, R.string.wifi_p2p_to_message, deviceName); in showP2pProvDiscShowPinRequestDialogPreT()
6040 addRowToDialog(group, R.string.wifi_p2p_show_pin_message, pin); in showP2pProvDiscShowPinRequestDialogPreT()
6122 addRowToDialog(group, R.string.wifi_p2p_from_message, getDeviceName( in showInvitationReceivedDialogPreT()
6158 addRowToDialog(group, R.string.wifi_p2p_show_pin_message, wps.pin); in showInvitationReceivedDialogPreT()