Searched refs:textEntryView (Results 1 – 1 of 1) sorted by relevance
3091 final View textEntryView = LayoutInflater.from(mContext) in notifyInvitationSent() local3094 ViewGroup group = (ViewGroup) textEntryView.findViewById(R.id.info); in notifyInvitationSent()3100 .setView(textEntryView) in notifyInvitationSent()3113 final View textEntryView = LayoutInflater.from(mContext) in notifyP2pProvDiscShowPinRequest() local3116 ViewGroup group = (ViewGroup) textEntryView.findViewById(R.id.info); in notifyP2pProvDiscShowPinRequest()3122 .setView(textEntryView) in notifyP2pProvDiscShowPinRequest()3140 final View textEntryView = LayoutInflater.from(mContext) in notifyInvitationReceived() local3143 ViewGroup group = (ViewGroup) textEntryView.findViewById(R.id.info); in notifyInvitationReceived()3147 final EditText pin = (EditText) textEntryView.findViewById(R.id.wifi_p2p_wps_pin); in notifyInvitationReceived()3151 .setView(textEntryView) in notifyInvitationReceived()[all …]