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.java3079 private void addRowToDialog(ViewGroup group, int stringId, String value) { in addRowToDialog() method in WifiP2pServiceImpl.P2pStateMachine
3095 addRowToDialog(group, R.string.wifi_p2p_to_message, getDeviceName(peerAddress)); in notifyInvitationSent()
3096 addRowToDialog(group, R.string.wifi_p2p_show_pin_message, pin); in notifyInvitationSent()
3117 addRowToDialog(group, R.string.wifi_p2p_to_message, getDeviceName(peerAddress)); in notifyP2pProvDiscShowPinRequest()
3118 addRowToDialog(group, R.string.wifi_p2p_show_pin_message, pin); in notifyP2pProvDiscShowPinRequest()
3144 addRowToDialog(group, R.string.wifi_p2p_from_message, getDeviceName( in notifyInvitationReceived()
3188 addRowToDialog(group, R.string.wifi_p2p_show_pin_message, wps.pin); in notifyInvitationReceived()