Searched refs:textEntryView (Results 1 – 1 of 1) sorted by relevance
2283 final View textEntryView = LayoutInflater.from(mContext) in notifyInvitationSent() local2286 ViewGroup group = (ViewGroup) textEntryView.findViewById(R.id.info); in notifyInvitationSent()2292 .setView(textEntryView) in notifyInvitationSent()2305 final View textEntryView = LayoutInflater.from(mContext) in notifyInvitationReceived() local2308 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()