Searched refs:textEntryView (Results 1 – 2 of 2) sorted by relevance
506 final View textEntryView = getWifiLayoutInflater() in createP2pInvitationSentDialog() local508 ViewGroup group = textEntryView.findViewById(getWifiViewId("info")); in createP2pInvitationSentDialog()523 .setView(textEntryView) in createP2pInvitationSentDialog()616 final View textEntryView = getWifiLayoutInflater() in createP2pInvitationReceivedDialog() local618 ViewGroup group = textEntryView.findViewById(getWifiViewId("info")); in createP2pInvitationReceivedDialog()623 textEntryView.findViewById(getWifiViewId("enter_pin_section")) in createP2pInvitationReceivedDialog()625 pinEditText = textEntryView.findViewById(getWifiViewId("wifi_p2p_wps_pin")); in createP2pInvitationReceivedDialog()636 .setView(textEntryView) in createP2pInvitationReceivedDialog()748 TextView timeRemaining = textEntryView.findViewById( in createP2pInvitationReceivedDialog()
6357 final View textEntryView = LayoutInflater.from(mContext).cloneInContext(mContext) in showInvitationSentDialogPreT() local6360 ViewGroup group = textEntryView.findViewById(R.id.info); in showInvitationSentDialogPreT()6366 .setView(textEntryView) in showInvitationSentDialogPreT()6420 final View textEntryView = LayoutInflater.from(mContext).cloneInContext(mContext) in showP2pProvDiscShowPinRequestDialogPreT() local6423 ViewGroup group = textEntryView.findViewById(R.id.info); in showP2pProvDiscShowPinRequestDialogPreT()6429 .setView(textEntryView) in showP2pProvDiscShowPinRequestDialogPreT()6504 final View textEntryView = LayoutInflater.from(mContext).cloneInContext(mContext) in showInvitationReceivedDialogPreT() local6507 ViewGroup group = textEntryView.findViewById(R.id.info); in showInvitationReceivedDialogPreT()6511 final EditText pin = textEntryView.findViewById(R.id.wifi_p2p_wps_pin); in showInvitationReceivedDialogPreT()6515 .setView(textEntryView) in showInvitationReceivedDialogPreT()[all …]