Home
last modified time | relevance | path

Searched refs:textEntryView (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Wifi/WifiDialog/src/com/android/wifi/dialog/
DWifiDialogActivity.java506 final View textEntryView = getWifiLayoutInflater() in createP2pInvitationSentDialog() local
508 ViewGroup group = textEntryView.findViewById(getWifiViewId("info")); in createP2pInvitationSentDialog()
523 .setView(textEntryView) in createP2pInvitationSentDialog()
616 final View textEntryView = getWifiLayoutInflater() in createP2pInvitationReceivedDialog() local
618 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()
/packages/modules/Wifi/service/java/com/android/server/wifi/p2p/
DWifiP2pServiceImpl.java6357 final View textEntryView = LayoutInflater.from(mContext).cloneInContext(mContext) in showInvitationSentDialogPreT() local
6360 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() local
6423 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() local
6507 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 …]