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.java2379 final View textEntryView = LayoutInflater.from(mContext) in notifyInvitationSent() local
2382 ViewGroup group = (ViewGroup) textEntryView.findViewById(R.id.info); in notifyInvitationSent()
2388 .setView(textEntryView) in notifyInvitationSent()
2401 final View textEntryView = LayoutInflater.from(mContext) in notifyInvitationReceived() local
2404 ViewGroup group = (ViewGroup) textEntryView.findViewById(R.id.info); in notifyInvitationReceived()
2408 final EditText pin = (EditText) textEntryView.findViewById(R.id.wifi_p2p_wps_pin); in notifyInvitationReceived()
2412 .setView(textEntryView) in notifyInvitationReceived()
2442 textEntryView.findViewById(R.id.enter_pin_section).setVisibility(View.VISIBLE); in notifyInvitationReceived()