android.net.wifi
Class IWifiManager.Stub
java.lang.Object
android.os.Binder
android.net.wifi.IWifiManager.Stub
- All Implemented Interfaces:
- IWifiManager, IBinder, IInterface
- Enclosing interface:
- IWifiManager
public abstract static class IWifiManager.Stub
- extends Binder
- implements IWifiManager
Local-side IPC implementation stub class.
|
Constructor Summary |
IWifiManager.Stub()
Construct the stub at attach it to the interface. |
|
Method Summary |
IBinder |
asBinder()
Retrieve the Binder object associated with this interface. |
static IWifiManager |
asInterface(IBinder obj)
Cast an IBinder object into an IWifiManager interface,
generating a proxy if needed. |
boolean |
onTransact(int code,
Parcel data,
Parcel reply,
int flags)
Default implementation is a stub that returns false. |
| Methods inherited from class android.os.Binder |
attachInterface, clearCallingIdentity, dump, finalize, flushPendingCommands, getCallingPid, getCallingUid, getInterfaceDescriptor, isBinderAlive, joinThreadPool, linkToDeath, pingBinder, queryLocalInterface, restoreCallingIdentity, transact, unlinkToDeath |
| Methods inherited from interface android.net.wifi.IWifiManager |
acquireWifiLock, addOrUpdateNetwork, disableNetwork, disconnect, enableNetwork, getConfiguredNetworks, getConnectionInfo, getDhcpInfo, getScanResults, getWifiState, pingSupplicant, reassociate, reconnect, releaseWifiLock, removeNetwork, saveConfiguration, setWifiEnabled, startScan |
TRANSACTION_getConfiguredNetworks
static final int TRANSACTION_getConfiguredNetworks
- See Also:
- Constant Field Values
TRANSACTION_addOrUpdateNetwork
static final int TRANSACTION_addOrUpdateNetwork
- See Also:
- Constant Field Values
TRANSACTION_removeNetwork
static final int TRANSACTION_removeNetwork
- See Also:
- Constant Field Values
TRANSACTION_enableNetwork
static final int TRANSACTION_enableNetwork
- See Also:
- Constant Field Values
TRANSACTION_disableNetwork
static final int TRANSACTION_disableNetwork
- See Also:
- Constant Field Values
TRANSACTION_pingSupplicant
static final int TRANSACTION_pingSupplicant
- See Also:
- Constant Field Values
TRANSACTION_startScan
static final int TRANSACTION_startScan
- See Also:
- Constant Field Values
TRANSACTION_getScanResults
static final int TRANSACTION_getScanResults
- See Also:
- Constant Field Values
TRANSACTION_disconnect
static final int TRANSACTION_disconnect
- See Also:
- Constant Field Values
TRANSACTION_reconnect
static final int TRANSACTION_reconnect
- See Also:
- Constant Field Values
TRANSACTION_reassociate
static final int TRANSACTION_reassociate
- See Also:
- Constant Field Values
TRANSACTION_getConnectionInfo
static final int TRANSACTION_getConnectionInfo
- See Also:
- Constant Field Values
TRANSACTION_setWifiEnabled
static final int TRANSACTION_setWifiEnabled
- See Also:
- Constant Field Values
TRANSACTION_getWifiState
static final int TRANSACTION_getWifiState
- See Also:
- Constant Field Values
TRANSACTION_saveConfiguration
static final int TRANSACTION_saveConfiguration
- See Also:
- Constant Field Values
TRANSACTION_getDhcpInfo
static final int TRANSACTION_getDhcpInfo
- See Also:
- Constant Field Values
TRANSACTION_acquireWifiLock
static final int TRANSACTION_acquireWifiLock
- See Also:
- Constant Field Values
TRANSACTION_releaseWifiLock
static final int TRANSACTION_releaseWifiLock
- See Also:
- Constant Field Values
IWifiManager.Stub
public IWifiManager.Stub()
- Construct the stub at attach it to the interface.
asInterface
public static IWifiManager asInterface(IBinder obj)
- Cast an IBinder object into an IWifiManager interface,
generating a proxy if needed.
asBinder
public IBinder asBinder()
- Description copied from interface:
IInterface
- Retrieve the Binder object associated with this interface.
You must use this instead of a plain cast, so that proxy objects
can return the correct result.
- Specified by:
asBinder in interface IInterface
onTransact
public boolean onTransact(int code,
Parcel data,
Parcel reply,
int flags)
throws RemoteException
- Description copied from class:
Binder
- Default implementation is a stub that returns false. You will want
to override this to do the appropriate unmarshalling of transactions.
If you want to call this, call transact().
- Overrides:
onTransact in class Binder
- Throws:
RemoteException
Please submit a feedback, bug or feature