Esempio n. 1
0
 public static j bd(IBinder var0) {
   if (var0 == null) {
     return null;
   } else {
     IInterface var1 =
         var0.queryLocalInterface("com.google.android.gms.maps.internal.IOnMapClickListener");
     return (j) (var1 != null && var1 instanceof j ? (j) var1 : new j.a(var0));
   }
 }
Esempio n. 2
0
 public static IMapViewDelegate ag(IBinder iBinder) {
     if (iBinder == null) {
         return null;
     }
     IInterface iInterface = iBinder.queryLocalInterface("com.google.android.gms.maps.internal.IMapViewDelegate");
     if (iInterface != null && iInterface instanceof IMapViewDelegate) {
         return (IMapViewDelegate)iInterface;
     }
     return new a(iBinder);
 }
Esempio n. 3
0
 public static h aY(IBinder iBinder) {
     if (iBinder == null) {
         return null;
     }
     IInterface iInterface = iBinder.queryLocalInterface("com.google.android.gms.maps.internal.IOnLocationChangeListener");
     if (iInterface != null && iInterface instanceof h) {
         return (h)iInterface;
     }
     return new a(iBinder);
 }
Esempio n. 4
0
 public static ISecurityManager asInterface(IBinder obj) {
   if (obj == null) {
     return null;
   }
   IInterface iin = obj.queryLocalInterface(DESCRIPTOR);
   if (iin == null || !(iin instanceof ISecurityManager)) {
     return new Proxy(obj);
   }
   return (ISecurityManager) iin;
 }
 /**
  * Cast an IBinder object into an android.bluetooth.IBluetoothHeadsetPhone interface, generating
  * a proxy if needed.
  */
 public static android.bluetooth.IBluetoothHeadsetPhone asInterface(android.os.IBinder obj) {
   if ((obj == null)) {
     return null;
   }
   android.os.IInterface iin = obj.queryLocalInterface(DESCRIPTOR);
   if (((iin != null) && (iin instanceof android.bluetooth.IBluetoothHeadsetPhone))) {
     return ((android.bluetooth.IBluetoothHeadsetPhone) iin);
   }
   return new android.bluetooth.IBluetoothHeadsetPhone.Stub.Proxy(obj);
 }
Esempio n. 6
0
 /**
  * Cast an IBinder object into an android.app.ISearchManagerCallback interface, generating a
  * proxy if needed.
  */
 public static android.app.ISearchManagerCallback asInterface(android.os.IBinder obj) {
   if ((obj == null)) {
     return null;
   }
   android.os.IInterface iin = (android.os.IInterface) obj.queryLocalInterface(DESCRIPTOR);
   if (((iin != null) && (iin instanceof android.app.ISearchManagerCallback))) {
     return ((android.app.ISearchManagerCallback) iin);
   }
   return new android.app.ISearchManagerCallback.Stub.Proxy(obj);
 }
Esempio n. 7
0
 public static C0417s m2331a(IBinder iBinder) {
   if (iBinder == null) {
     return null;
   }
   IInterface queryLocalInterface =
       iBinder.queryLocalInterface("com.google.android.auth.IAuthManagerService");
   return (queryLocalInterface == null || !(queryLocalInterface instanceof C0417s))
       ? new C0935a(iBinder)
       : (C0417s) queryLocalInterface;
 }
 /**
  * Cast an IBinder object into an com.enhance.gameservice.IGameTuningService interface,
  * generating a proxy if needed.
  */
 public static com.enhance.gameservice.IGameTuningService asInterface(android.os.IBinder obj) {
   if ((obj == null)) {
     return null;
   }
   android.os.IInterface iin = obj.queryLocalInterface(DESCRIPTOR);
   if (((iin != null) && (iin instanceof com.enhance.gameservice.IGameTuningService))) {
     return ((com.enhance.gameservice.IGameTuningService) iin);
   }
   return new com.enhance.gameservice.IGameTuningService.Stub.Proxy(obj);
 }
 public static IUiSettingsDelegate aA(IBinder iBinder) {
   if (iBinder == null) {
     return null;
   }
   IInterface queryLocalInterface =
       iBinder.queryLocalInterface("com.google.android.gms.maps.internal.IUiSettingsDelegate");
   return (queryLocalInterface == null || !(queryLocalInterface instanceof IUiSettingsDelegate))
       ? new C0974a(iBinder)
       : (IUiSettingsDelegate) queryLocalInterface;
 }
Esempio n. 10
0
 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);
 }
 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);
 }
Esempio n. 12
0
 /**
  * Cast an IBinder object into an net.yeah.cstriker1407.IServicePlayer interface, generating a
  * proxy if needed.
  */
 public static net.yeah.cstriker1407.IServicePlayer asInterface(android.os.IBinder obj) {
   if ((obj == null)) {
     return null;
   }
   android.os.IInterface iin = obj.queryLocalInterface(DESCRIPTOR);
   if (((iin != null) && (iin instanceof net.yeah.cstriker1407.IServicePlayer))) {
     return ((net.yeah.cstriker1407.IServicePlayer) iin);
   }
   return new net.yeah.cstriker1407.IServicePlayer.Stub.Proxy(obj);
 }
Esempio n. 13
0
 public static c br(IBinder iBinder) {
     if (iBinder == null) {
         return null;
     }
     IInterface iInterface = iBinder.queryLocalInterface("com.google.android.gms.maps.model.internal.IGroundOverlayDelegate");
     if (iInterface != null && iInterface instanceof c) {
         return (c)iInterface;
     }
     return new a(iBinder);
 }
 /** Cast an IBinder object into an IMountService interface, generating a proxy if needed. */
 public static IEFSService asInterface(IBinder obj) {
   if (obj == null) {
     return null;
   }
   IInterface iin = obj.queryLocalInterface(DESCRIPTOR);
   if (iin != null && iin instanceof IEFSService) {
     return (IEFSService) iin;
   }
   return new IEFSService.Stub.Proxy(obj);
 }
 public static ILockSettings asInterface(IBinder obj) {
   if (obj == null) {
     return null;
   }
   IInterface iin = obj.queryLocalInterface(DESCRIPTOR);
   if (iin == null || !(iin instanceof ILockSettings)) {
     return new Proxy(obj);
   }
   return (ILockSettings) iin;
 }
 /**
  * Cast an IBinder object into an android.content.pm.IPackageInstallObserver interface,
  * generating a proxy if needed.
  */
 public static android.content.pm.IPackageInstallObserver asInterface(android.os.IBinder obj) {
   if ((obj == null)) {
     return null;
   }
   android.os.IInterface iin = obj.queryLocalInterface(DESCRIPTOR);
   if (((iin != null) && (iin instanceof android.content.pm.IPackageInstallObserver))) {
     return ((android.content.pm.IPackageInstallObserver) iin);
   }
   return new android.content.pm.IPackageInstallObserver.Stub.Proxy(obj);
 }
Esempio n. 17
0
 public static zzc zzbq(IBinder ibinder)
 {
     if(ibinder == null)
         return null;
     IInterface iinterface = ibinder.queryLocalInterface("com.google.android.gms.maps.internal.ICreator");
     if(iinterface != null && (iinterface instanceof zzc))
         return (zzc)iinterface;
     else
         return new zza(ibinder);
 }
Esempio n. 18
0
 public static kh aY(IBinder iBinder) {
   if (iBinder == null) {
     return null;
   }
   IInterface queryLocalInterface =
       iBinder.queryLocalInterface("com.google.android.gms.common.internal.ICancelToken");
   return (queryLocalInterface == null || !(queryLocalInterface instanceof kh))
       ? new a(iBinder)
       : (kh) queryLocalInterface;
 }
Esempio n. 19
0
 /**
  * Cast an IBinder object into an com.android.internal.telephony.ITelephony interface,
  * generating a proxy if needed.
  */
 public static com.android.internal.telephony.ITelephony asInterface(android.os.IBinder obj) {
   if ((obj == null)) {
     return null;
   }
   android.os.IInterface iin = (android.os.IInterface) obj.queryLocalInterface(DESCRIPTOR);
   if (((iin != null) && (iin instanceof com.android.internal.telephony.ITelephony))) {
     return ((com.android.internal.telephony.ITelephony) iin);
   }
   return new com.android.internal.telephony.ITelephony.Stub.Proxy(obj);
 }
Esempio n. 20
0
 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);
 }
Esempio n. 21
0
 /**
  * Cast an IBinder object into an org.kde.necessitas.ministro.IMinistro interface, generating a
  * proxy if needed.
  */
 public static org.kde.necessitas.ministro.IMinistro asInterface(android.os.IBinder obj) {
   if ((obj == null)) {
     return null;
   }
   android.os.IInterface iin = (android.os.IInterface) obj.queryLocalInterface(DESCRIPTOR);
   if (((iin != null) && (iin instanceof org.kde.necessitas.ministro.IMinistro))) {
     return ((org.kde.necessitas.ministro.IMinistro) iin);
   }
   return new org.kde.necessitas.ministro.IMinistro.Stub.Proxy(obj);
 }
Esempio n. 22
0
 public static C0305c m1754J(IBinder iBinder) {
   if (iBinder == null) {
     return null;
   }
   IInterface queryLocalInterface =
       iBinder.queryLocalInterface("com.google.android.gms.dynamic.IFragmentWrapper");
   return (queryLocalInterface == null || !(queryLocalInterface instanceof C0305c))
       ? new C0817a(iBinder)
       : (C0305c) queryLocalInterface;
 }
 /**
  * Cast an IBinder object into an com.ldw.downloader.aidl.IDownloadService interface, generating
  * a proxy if needed.
  */
 public static com.ldw.downloader.aidl.IDownloadService asInterface(android.os.IBinder obj) {
   if ((obj == null)) {
     return null;
   }
   android.os.IInterface iin = obj.queryLocalInterface(DESCRIPTOR);
   if (((iin != null) && (iin instanceof com.ldw.downloader.aidl.IDownloadService))) {
     return ((com.ldw.downloader.aidl.IDownloadService) iin);
   }
   return new com.ldw.downloader.aidl.IDownloadService.Stub.Proxy(obj);
 }
Esempio n. 24
0
 /**
  * Cast an IBinder object into an com.android.internal.telephony.ITelephony interface,
  * generating a proxy if needed.
  */
 public static ITelephony asInterface(android.os.IBinder obj) {
   if ((obj == null)) {
     return null;
   }
   android.os.IInterface iin = (android.os.IInterface) obj.queryLocalInterface(DESCRIPTOR);
   if (((iin != null) && (iin instanceof ITelephony))) {
     return ((ITelephony) iin);
   }
   return new Proxy(obj);
 }
Esempio n. 25
0
 /**
  * Cast an IBinder object into an jxt.app.microblog.manage.IMicroblogManager interface,
  * generating a proxy if needed.
  */
 public static jxt.app.microblog.manage.IMicroblogManager asInterface(android.os.IBinder obj) {
   if ((obj == null)) {
     return null;
   }
   android.os.IInterface iin = (android.os.IInterface) obj.queryLocalInterface(DESCRIPTOR);
   if (((iin != null) && (iin instanceof jxt.app.microblog.manage.IMicroblogManager))) {
     return ((jxt.app.microblog.manage.IMicroblogManager) iin);
   }
   return new jxt.app.microblog.manage.IMicroblogManager.Stub.Proxy(obj);
 }
Esempio n. 26
0
 public static jc aO(IBinder iBinder) {
   if (iBinder == null) {
     return null;
   }
   IInterface queryLocalInterface =
       iBinder.queryLocalInterface("com.google.android.gms.checkin.internal.ICheckinService");
   return (queryLocalInterface == null || !(queryLocalInterface instanceof jc))
       ? new a(iBinder)
       : (jc) queryLocalInterface;
 }
Esempio n. 27
0
 /**
  * Cast an IBinder object into an com.example.aidlservicedemo.domain.IDog interface, generating
  * a proxy if needed.
  */
 public static com.example.aidlservicedemo.domain.IDog asInterface(android.os.IBinder obj) {
   if ((obj == null)) {
     return null;
   }
   android.os.IInterface iin = obj.queryLocalInterface(DESCRIPTOR);
   if (((iin != null) && (iin instanceof com.example.aidlservicedemo.domain.IDog))) {
     return ((com.example.aidlservicedemo.domain.IDog) iin);
   }
   return new com.example.aidlservicedemo.domain.IDog.Stub.Proxy(obj);
 }
Esempio n. 28
0
 /** Cast an IBinder object into an IPasswordDigest interface, generating a proxy if needed. */
 public static com.android.im.plugin.IPasswordDigest asInterface(android.os.IBinder obj) {
   if ((obj == null)) {
     return null;
   }
   android.os.IInterface iin = (android.os.IInterface) obj.queryLocalInterface(DESCRIPTOR);
   if (((iin != null) && (iin instanceof com.android.im.plugin.IPasswordDigest))) {
     return ((com.android.im.plugin.IPasswordDigest) iin);
   }
   return new com.android.im.plugin.IPasswordDigest.Stub.Proxy(obj);
 }
 /**
  * Cast an IBinder object into an org.opencv.engine.OpenCVEngineInterface interface, generating
  * a proxy if needed.
  */
 public static org.opencv.engine.OpenCVEngineInterface asInterface(android.os.IBinder obj) {
   if ((obj == null)) {
     return null;
   }
   android.os.IInterface iin = obj.queryLocalInterface(DESCRIPTOR);
   if (((iin != null) && (iin instanceof org.opencv.engine.OpenCVEngineInterface))) {
     return ((org.opencv.engine.OpenCVEngineInterface) iin);
   }
   return new org.opencv.engine.OpenCVEngineInterface.Stub.Proxy(obj);
 }
Esempio n. 30
0
 /**
  * Cast an IBinder object into an com.example.android.apis.app.IRemoteService interface,
  * generating a proxy if needed.
  */
 public static com.example.android.apis.app.IRemoteService asInterface(android.os.IBinder obj) {
   if ((obj == null)) {
     return null;
   }
   android.os.IInterface iin = obj.queryLocalInterface(DESCRIPTOR);
   if (((iin != null) && (iin instanceof com.example.android.apis.app.IRemoteService))) {
     return ((com.example.android.apis.app.IRemoteService) iin);
   }
   return new com.example.android.apis.app.IRemoteService.Stub.Proxy(obj);
 }