public static ILocationSourceDelegate zzbu(IBinder ibinder)
 {
     if(ibinder == null)
         return null;
     IInterface iinterface = ibinder.queryLocalInterface("com.google.android.gms.maps.internal.ILocationSourceDelegate");
     if(iinterface != null && (iinterface instanceof ILocationSourceDelegate))
         return (ILocationSourceDelegate)iinterface;
     else
         return new zza(ibinder);
 }
 public static IPhoneRecorder asInterface(IBinder ibinder)
 {
     if (ibinder == null)
         return null;
     IInterface iinterface = ibinder.queryLocalInterface("com.mediatek.phone.recording.IPhoneRecorder");
     if (iinterface != null && (iinterface instanceof IPhoneRecorder))
         return (IPhoneRecorder)iinterface;
     else
         return new Proxy(ibinder);
 }
示例#3
0
文件: zznf.java 项目: yusato0378/aa
 public static zznf zzcN(IBinder ibinder)
 {
     if(ibinder == null)
         return null;
     IInterface iinterface = ibinder.queryLocalInterface("com.google.android.gms.wallet.internal.IWalletInternalServiceCallbacks");
     if(iinterface != null && (iinterface instanceof zznf))
         return (zznf)iinterface;
     else
         return new zza(ibinder);
 }
示例#4
0
文件: zzk.java 项目: yusato0378/aa
 public static zzk zzbC(IBinder ibinder)
 {
     if(ibinder == null)
         return null;
     IInterface iinterface = ibinder.queryLocalInterface("com.google.android.gms.maps.internal.IOnMapLoadedCallback");
     if(iinterface != null && (iinterface instanceof zzk))
         return (zzk)iinterface;
     else
         return new zza(ibinder);
 }
 protected <T> IBindingBuilder<T> bind(Class<T> key) {
   return binder.bind(key);
 }