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.java3384 private void addRowToDialog(ViewGroup group, int stringId, String value) { in addRowToDialog() method in WifiP2pServiceImpl.P2pStateMachine
3400 addRowToDialog(group, R.string.wifi_p2p_to_message, getDeviceName(peerAddress)); in notifyInvitationSent()
3401 addRowToDialog(group, R.string.wifi_p2p_show_pin_message, pin); in notifyInvitationSent()
3421 addRowToDialog(group, R.string.wifi_p2p_to_message, getDeviceName(peerAddress)); in notifyP2pProvDiscShowPinRequest()
3422 addRowToDialog(group, R.string.wifi_p2p_show_pin_message, pin); in notifyP2pProvDiscShowPinRequest()
3447 addRowToDialog(group, R.string.wifi_p2p_from_message, getDeviceName( in notifyInvitationReceived()
3491 addRowToDialog(group, R.string.wifi_p2p_show_pin_message, wps.pin); in notifyInvitationReceived()