Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
DWifiP2pServiceImpl.java2283 final View textEntryView = LayoutInflater.from(mContext) in notifyInvitationSent() local
2286 ViewGroup group = (ViewGroup) textEntryView.findViewById(R.id.info); in notifyInvitationSent()
2292 .setView(textEntryView) in notifyInvitationSent()
2305 final View textEntryView = LayoutInflater.from(mContext) in notifyInvitationReceived() local
2308 ViewGroup group = (ViewGroup) textEntryView.findViewById(R.id.info); in notifyInvitationReceived()
2312 final EditText pin = (EditText) textEntryView.findViewById(R.id.wifi_p2p_wps_pin); in notifyInvitationReceived()
2316 .setView(textEntryView) in notifyInvitationReceived()
2346 textEntryView.findViewById(R.id.enter_pin_section).setVisibility(View.VISIBLE); in notifyInvitationReceived()