Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
DWifiP2pServiceImpl.java3097 private void addRowToDialog(ViewGroup group, int stringId, String value) { in addRowToDialog() method in WifiP2pServiceImpl.P2pStateMachine
3113 addRowToDialog(group, R.string.wifi_p2p_to_message, getDeviceName(peerAddress)); in notifyInvitationSent()
3114 addRowToDialog(group, R.string.wifi_p2p_show_pin_message, pin); in notifyInvitationSent()
3135 addRowToDialog(group, R.string.wifi_p2p_to_message, getDeviceName(peerAddress)); in notifyP2pProvDiscShowPinRequest()
3136 addRowToDialog(group, R.string.wifi_p2p_show_pin_message, pin); in notifyP2pProvDiscShowPinRequest()
3162 addRowToDialog(group, R.string.wifi_p2p_from_message, getDeviceName( in notifyInvitationReceived()
3206 addRowToDialog(group, R.string.wifi_p2p_show_pin_message, wps.pin); in notifyInvitationReceived()