Uses of Interface
android.os.IBinder.DeathRecipient

Packages that use IBinder.DeathRecipient
android.os   
 

Uses of IBinder.DeathRecipient in android.os
 

Methods in android.os with parameters of type IBinder.DeathRecipient
 void Binder.linkToDeath(IBinder.DeathRecipient recipient, int flags)
           
 void IBinder.linkToDeath(IBinder.DeathRecipient recipient, int flags)
           
 boolean Binder.unlinkToDeath(IBinder.DeathRecipient recipient, int flags)
           
 boolean IBinder.unlinkToDeath(IBinder.DeathRecipient recipient, int flags)
           
 



Copyright © 2008-2012. All Rights Reserved.