Class ShadowBinderBridge


  • @DoNotInstrument
    public class ShadowBinderBridge
    extends java.lang.Object
    Bridge between shadow and Binder.
    • Constructor Summary

      Constructors 
      Constructor Description
      ShadowBinderBridge​(android.os.Binder realBinder)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean onTransact​(int code, android.os.Parcel data, android.os.Parcel reply, int flags)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ShadowBinderBridge

        public ShadowBinderBridge​(android.os.Binder realBinder)
    • Method Detail

      • onTransact

        public boolean onTransact​(int code,
                                  android.os.Parcel data,
                                  android.os.Parcel reply,
                                  int flags)
                           throws android.os.RemoteException
        Throws:
        android.os.RemoteException