Uses of Interface
android.os.IInterface

Packages that use IInterface
android.os   
 

Uses of IInterface in android.os
 

Classes in android.os with type parameters of type IInterface
 class RemoteCallbackList<E extends IInterface>
           
 

Methods in android.os that return IInterface
 IInterface Binder.queryLocalInterface(String descriptor)
           
 IInterface IBinder.queryLocalInterface(String descriptor)
           
 

Methods in android.os with parameters of type IInterface
 void Binder.attachInterface(IInterface owner, String descriptor)
           
 void Parcel.writeStrongInterface(IInterface val)
           
 



Copyright © 2008-2012. All Rights Reserved.