Searched defs:actionListener (Results 1 – 7 of 7) sorted by relevance
189 WifiP2pActionListener actionListener = new WifiP2pActionListener("RemoveGroup"); in closeP2p() local210 WifiP2pActionListener actionListener = new WifiP2pActionListener("CreateGroup"); in p2pCreateGroup() local230 WifiP2pActionListener actionListener = new WifiP2pActionListener("Connect"); in p2pConnect() local
298 ActionListener actionListener = new ActionListener(callbackId); in wifiP2pCreateGroup() local
99 WifiP2pActionListener actionListener = new WifiP2pActionListener(callbackId); in p2pCreateGroup() local115 WifiP2pActionListener actionListener = new WifiP2pActionListener(callbackId); in p2pConnect() local
62 WifiP2pManager.ActionListener actionListener = new WifiP2pManager.ActionListener() { in handleCommand() local
1064 IActionListener.Stub actionListener = new IActionListener.Stub() { in onCommand() local1084 IActionListener.Stub actionListener = new IActionListener.Stub() { in onCommand() local1104 IActionListener.Stub actionListener = new IActionListener.Stub() { in onCommand() local1117 mWifiService.forget(Integer.parseInt(networkId), actionListener); in onCommand() local
317 public VerticalListAdapter(ActionListener actionListener, List<ListItem> choices) { in VerticalListAdapter()
93 val actionListener: View.OnClickListener? constant in com.android.deskclock.data.DataModel.SilentSetting