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.java7338 private class ActionListenerProxy extends IActionListener.Stub { class in WifiManager
7343 ActionListenerProxy(String actionTag, Looper looper, ActionListener callback) { in ActionListenerProxy() method in WifiManager.ActionListenerProxy
7372 ActionListenerProxy listenerProxy = null; in connectInternal()
7374 listenerProxy = new ActionListenerProxy("connect", mLooper, listener); in connectInternal()
7521 ActionListenerProxy listenerProxy = null; in save()
7523 listenerProxy = new ActionListenerProxy("save", mLooper, listener); in save()
7559 ActionListenerProxy listenerProxy = null; in forget()
7561 listenerProxy = new ActionListenerProxy("forget", mLooper, listener); in forget()