Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
DWifiP2pServiceImpl.java3091 final View textEntryView = LayoutInflater.from(mContext) in notifyInvitationSent() local
3094 ViewGroup group = (ViewGroup) textEntryView.findViewById(R.id.info); in notifyInvitationSent()
3100 .setView(textEntryView) in notifyInvitationSent()
3113 final View textEntryView = LayoutInflater.from(mContext) in notifyP2pProvDiscShowPinRequest() local
3116 ViewGroup group = (ViewGroup) textEntryView.findViewById(R.id.info); in notifyP2pProvDiscShowPinRequest()
3122 .setView(textEntryView) in notifyP2pProvDiscShowPinRequest()
3140 final View textEntryView = LayoutInflater.from(mContext) in notifyInvitationReceived() local
3143 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 …]