Home
last modified time | relevance | path

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

/packages/modules/Wifi/framework/java/android/net/wifi/
DWifiManager.java7537 private class ActionListenerProxy extends IActionListener.Stub { class in WifiManager
7542 ActionListenerProxy(String actionTag, Looper looper, ActionListener callback) { in ActionListenerProxy() method in WifiManager.ActionListenerProxy
7571 ActionListenerProxy listenerProxy = null; in connectInternal()
7573 listenerProxy = new ActionListenerProxy("connect", mContext.getMainLooper(), listener); in connectInternal()
7720 ActionListenerProxy listenerProxy = null; in save()
7722 listenerProxy = new ActionListenerProxy("save", mContext.getMainLooper(), listener); in save()
7758 ActionListenerProxy listenerProxy = null; in forget()
7760 listenerProxy = new ActionListenerProxy("forget", mContext.getMainLooper(), listener); in forget()