IListHarmfulAppsCallback.Stub

  • IListHarmfulAppsCallback.Stub is an abstract class that extends BaseStub and implements IListHarmfulAppsCallback.

  • It includes a nested class called Proxy.

  • The class inherits several constants from the android.os.IBinder interface.

  • It has a public constructor and public static method asInterface.

  • A protected method dispatchTransaction is also defined, which can throw a RemoteException.

public static abstract class IListHarmfulAppsCallback.Stub extends BaseStub
implements IListHarmfulAppsCallback

Nested Class Summary

class IListHarmfulAppsCallback.Stub.Proxy  

Inherited Constant Summary

Public Constructor Summary

Public Method Summary

static IListHarmfulAppsCallback

Protected Method Summary

boolean
dispatchTransaction(int code, Parcel data, Parcel reply, int flags)

Inherited Method Summary

Public Constructors

public IListHarmfulAppsCallback.Stub ()

Public Methods

public static IListHarmfulAppsCallback asInterface (IBinder obj)

Protected Methods

protected boolean dispatchTransaction (int code, Parcel data, Parcel reply, int flags)