Searched refs:textEntryView (Results 1 – 1 of 1) sorted by relevance
2379 final View textEntryView = LayoutInflater.from(mContext) in notifyInvitationSent() local2382 ViewGroup group = (ViewGroup) textEntryView.findViewById(R.id.info); in notifyInvitationSent()2388 .setView(textEntryView) in notifyInvitationSent()2401 final View textEntryView = LayoutInflater.from(mContext) in notifyInvitationReceived() local2404 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()