Searched refs:addRowToDialog (Results 1 – 1 of 1) sorted by relevance
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/ |
D | WifiP2pServiceImpl.java | 2271 private void addRowToDialog(ViewGroup group, int stringId, String value) { in addRowToDialog() method in WifiP2pServiceImpl.P2pStateMachine 2287 addRowToDialog(group, R.string.wifi_p2p_to_message, getDeviceName(peerAddress)); in notifyInvitationSent() 2288 addRowToDialog(group, R.string.wifi_p2p_show_pin_message, pin); in notifyInvitationSent() 2309 addRowToDialog(group, R.string.wifi_p2p_from_message, getDeviceName( in notifyInvitationReceived() 2350 addRowToDialog(group, R.string.wifi_p2p_show_pin_message, wps.pin); in notifyInvitationReceived()
|