public void b(String s1, boolean flag) throws RemoteException { Parcel parcel; Parcel parcel1; int i; i = 0; parcel = Parcel.obtain(); parcel1 = Parcel.obtain(); parcel.writeInterfaceToken("com.google.android.gms.ads.identifier.internal.IAdvertisingIdService"); parcel.writeString(s1); if (flag) { i = 1; } parcel.writeInt(i); lb.transact(4, parcel, parcel1, 0); parcel1.readException(); parcel1.recycle(); parcel.recycle(); return; s1; parcel1.recycle(); parcel.recycle(); throw s1; }
public boolean onMyLocationButtonClick() throws RemoteException { Parcel parcel; Parcel parcel1; boolean flag; flag = true; parcel = Parcel.obtain(); parcel1 = Parcel.obtain(); int i; parcel.writeInterfaceToken("com.google.android.gms.maps.internal.IOnMyLocationButtonClickListener"); zzle.transact(1, parcel, parcel1, 0); parcel1.readException(); i = parcel1.readInt(); if (i == 0) { flag = false; } parcel1.recycle(); parcel.recycle(); return flag; Exception exception; exception; parcel1.recycle(); parcel.recycle(); throw exception; }
public boolean isValidPurchase(String s) throws RemoteException { Parcel parcel; Parcel parcel1; boolean flag; flag = true; parcel = Parcel.obtain(); parcel1 = Parcel.obtain(); int i; parcel.writeInterfaceToken("com.google.android.gms.ads.internal.purchase.client.IPlayStorePurchaseListener"); parcel.writeString(s); a.transact(1, parcel, parcel1, 0); parcel1.readException(); i = parcel1.readInt(); if (i == 0) { flag = false; } parcel1.recycle(); parcel.recycle(); return flag; s; parcel1.recycle(); parcel.recycle(); throw s; }
@Override public com.xively.android.service.Response deleteDatapoint( int feedId, java.lang.String datastreamId, java.lang.String datapointAt) throws android.os.RemoteException { android.os.Parcel _data = android.os.Parcel.obtain(); android.os.Parcel _reply = android.os.Parcel.obtain(); com.xively.android.service.Response _result; try { _data.writeInterfaceToken(DESCRIPTOR); _data.writeInt(feedId); _data.writeString(datastreamId); _data.writeString(datapointAt); mRemote.transact(Stub.TRANSACTION_deleteDatapoint, _data, _reply, 0); _reply.readException(); if ((0 != _reply.readInt())) { _result = com.xively.android.service.Response.CREATOR.createFromParcel(_reply); } else { _result = null; } } finally { _reply.recycle(); _data.recycle(); } return _result; }
@Override public boolean isVisible() throws RemoteException { Parcel parcel; Parcel parcel2; boolean bl2; block2 : { bl2 = false; parcel = Parcel.obtain(); parcel2 = Parcel.obtain(); try { parcel.writeInterfaceToken("com.google.android.gms.maps.model.internal.IMarkerDelegate"); this.kn.transact(15, parcel, parcel2, 0); parcel2.readException(); int n2 = parcel2.readInt(); if (n2 == 0) break block2; bl2 = true; } catch (Throwable var5_5) { parcel2.recycle(); parcel.recycle(); throw var5_5; } } parcel2.recycle(); parcel.recycle(); return bl2; }
@Override public int setupConnection( android.os.Bundle args, org.chromium.content.common.IChildProcessCallback callback) throws android.os.RemoteException { android.os.Parcel _data = android.os.Parcel.obtain(); android.os.Parcel _reply = android.os.Parcel.obtain(); int _result; try { _data.writeInterfaceToken(DESCRIPTOR); if ((args != null)) { _data.writeInt(1); args.writeToParcel(_data, 0); } else { _data.writeInt(0); } _data.writeStrongBinder((((callback != null)) ? (callback.asBinder()) : (null))); mRemote.transact(Stub.TRANSACTION_setupConnection, _data, _reply, 0); _reply.readException(); _result = _reply.readInt(); } finally { _reply.recycle(); _data.recycle(); } return _result; }
public void addAcount( IAccountManagerResponse response, String accountType, String authTokenType, String[] requiredFeatures, boolean expectActivityLaunch, Bundle options) throws RemoteException { int i = Stub.TRANSACTION_getPassword; Parcel _data = Parcel.obtain(); Parcel _reply = Parcel.obtain(); try { _data.writeInterfaceToken(Stub.DESCRIPTOR); _data.writeStrongBinder(response != null ? response.asBinder() : null); _data.writeString(accountType); _data.writeString(authTokenType); _data.writeStringArray(requiredFeatures); if (!expectActivityLaunch) { i = 0; } _data.writeInt(i); if (options != null) { _data.writeInt(Stub.TRANSACTION_getPassword); options.writeToParcel(_data, 0); } else { _data.writeInt(0); } this.mRemote.transact(Stub.TRANSACTION_addAcount, _data, _reply, 0); _reply.readException(); } finally { _reply.recycle(); _data.recycle(); } }
public void confirmCredentials( IAccountManagerResponse response, Account account, Bundle options, boolean expectActivityLaunch) throws RemoteException { int i = Stub.TRANSACTION_getPassword; Parcel _data = Parcel.obtain(); Parcel _reply = Parcel.obtain(); try { _data.writeInterfaceToken(Stub.DESCRIPTOR); _data.writeStrongBinder(response != null ? response.asBinder() : null); if (account != null) { _data.writeInt(Stub.TRANSACTION_getPassword); account.writeToParcel(_data, 0); } else { _data.writeInt(0); } if (options != null) { _data.writeInt(Stub.TRANSACTION_getPassword); options.writeToParcel(_data, 0); } else { _data.writeInt(0); } if (!expectActivityLaunch) { i = 0; } _data.writeInt(i); this.mRemote.transact(Stub.TRANSACTION_confirmCredentials, _data, _reply, 0); _reply.readException(); } finally { _reply.recycle(); _data.recycle(); } }
public void updateAppPermission(Account account, String authTokenType, int uid, boolean value) throws RemoteException { int i = Stub.TRANSACTION_getPassword; Parcel _data = Parcel.obtain(); Parcel _reply = Parcel.obtain(); try { _data.writeInterfaceToken(Stub.DESCRIPTOR); if (account != null) { _data.writeInt(Stub.TRANSACTION_getPassword); account.writeToParcel(_data, 0); } else { _data.writeInt(0); } _data.writeString(authTokenType); _data.writeInt(uid); if (!value) { i = 0; } _data.writeInt(i); this.mRemote.transact(Stub.TRANSACTION_updateAppPermission, _data, _reply, 0); _reply.readException(); } finally { _reply.recycle(); _data.recycle(); } }
public boolean addAccount(Account account, String password, Bundle extras) throws RemoteException { boolean _result = true; Parcel _data = Parcel.obtain(); Parcel _reply = Parcel.obtain(); try { _data.writeInterfaceToken(Stub.DESCRIPTOR); if (account != null) { _data.writeInt(Stub.TRANSACTION_getPassword); account.writeToParcel(_data, 0); } else { _data.writeInt(0); } _data.writeString(password); if (extras != null) { _data.writeInt(Stub.TRANSACTION_getPassword); extras.writeToParcel(_data, 0); } else { _data.writeInt(0); } this.mRemote.transact(Stub.TRANSACTION_addAccount, _data, _reply, 0); _reply.readException(); if (_reply.readInt() == 0) { _result = false; } _reply.recycle(); _data.recycle(); return _result; } catch (Throwable th) { _reply.recycle(); _data.recycle(); } }
public LatLng fromScreenLocation(d d1) { Object obj; Parcel parcel; Parcel parcel1; obj = null; parcel = Parcel.obtain(); parcel1 = Parcel.obtain(); parcel.writeInterfaceToken("com.google.android.gms.maps.internal.IProjectionDelegate"); if (d1 == null) { break MISSING_BLOCK_LABEL_83; } d1 = d1.asBinder(); _L1: parcel.writeStrongBinder(d1); kq.transact(1, parcel, parcel1, 0); parcel1.readException(); d1 = obj; if (parcel1.readInt() != 0) { d1 = LatLng.CREATOR.createFromParcel(parcel1); } parcel1.recycle(); parcel.recycle(); return d1; d1 = null; goto _L1
public final void a( NetworkQualityReport paramNetworkQualityReport, String paramString1, String paramString2, boolean paramBoolean) { int i = 1; Parcel localParcel1 = Parcel.obtain(); Parcel localParcel2 = Parcel.obtain(); for (; ; ) { try { localParcel1.writeInterfaceToken( "com.google.android.gms.herrevad.internal.ILightweightNetworkQualityService"); if (paramNetworkQualityReport != null) { localParcel1.writeInt(1); paramNetworkQualityReport.writeToParcel(localParcel1, 0); localParcel1.writeString(paramString1); localParcel1.writeString(paramString2); if (paramBoolean) { localParcel1.writeInt(i); this.a.transact(3, localParcel1, localParcel2, 0); localParcel2.readException(); } } else { localParcel1.writeInt(0); continue; } i = 0; } finally { localParcel2.recycle(); localParcel1.recycle(); } } }
/* * Enabled aggressive block sorting * Enabled unnecessary exception pruning */ @Override public boolean a(c object) throws RemoteException { boolean bl = false; Parcel parcel = Parcel.obtain(); Parcel parcel2 = Parcel.obtain(); try { parcel.writeInterfaceToken("com.google.android.gms.maps.model.internal.IGroundOverlayDelegate"); object = object != null ? object.asBinder() : null; parcel.writeStrongBinder((IBinder)object); this.lb.transact(19, parcel, parcel2, 0); parcel2.readException(); int n = parcel2.readInt(); if (n != 0) { bl = true; } parcel2.recycle(); parcel.recycle(); return bl; } catch (Throwable var1_2) { parcel2.recycle(); parcel.recycle(); throw var1_2; } }
public fk a(b b1, int i, int j, int k, String s) throws RemoteException { Parcel parcel; Parcel parcel1; parcel = Parcel.obtain(); parcel1 = Parcel.obtain(); parcel.writeInterfaceToken("com.google.android.gms.plus.internal.IPlusService"); if (b1 == null) { break MISSING_BLOCK_LABEL_103; } b1 = b1.asBinder(); _L1: parcel.writeStrongBinder(b1); parcel.writeInt(i); parcel.writeInt(j); parcel.writeInt(k); parcel.writeString(s); kn.transact(16, parcel, parcel1, 0); parcel1.readException(); b1 = com.google.android.gms.internal.fk.a.A(parcel1.readStrongBinder()); parcel1.recycle(); parcel.recycle(); return b1; b1 = null; goto _L1
/** * This demonstrates the basic types that you can use as parameters and return values in AIDL. */ public void basicTypes( int anInt, long aLong, boolean aBoolean, float aFloat, double aDouble, java.lang.String aString) throws android.os.RemoteException { android.os.Parcel _data = android.os.Parcel.obtain(); android.os.Parcel _reply = android.os.Parcel.obtain(); try { _data.writeInterfaceToken(DESCRIPTOR); _data.writeInt(anInt); _data.writeLong(aLong); _data.writeInt(((aBoolean) ? (1) : (0))); _data.writeFloat(aFloat); _data.writeDouble(aDouble); _data.writeString(aString); mRemote.transact(Stub.TRANSACTION_basicTypes, _data, _reply, 0); _reply.readException(); } finally { _reply.recycle(); _data.recycle(); } }
public final void zza( UserAttributeParcel paramUserAttributeParcel, AppMetadata paramAppMetadata) throws RemoteException { Parcel localParcel1 = Parcel.obtain(); Parcel localParcel2 = Parcel.obtain(); for (; ; ) { try { localParcel1.writeInterfaceToken( "com.google.android.gms.measurement.internal.IMeasurementService"); if (paramUserAttributeParcel != null) { localParcel1.writeInt(1); paramUserAttributeParcel.writeToParcel(localParcel1, 0); if (paramAppMetadata != null) { localParcel1.writeInt(1); paramAppMetadata.writeToParcel(localParcel1, 0); this.zzop.transact(2, localParcel1, localParcel2, 0); localParcel2.readException(); } } else { localParcel1.writeInt(0); continue; } localParcel1.writeInt(0); } finally { localParcel2.recycle(); localParcel1.recycle(); } } }
/** * Returns the current SKUs owned by the user of the type and package name specified along * with purchase information and a signature of the data to be validated. This will return all * SKUs that have been purchased in V3 and managed items purchased using V1 and V2 that have * not been consumed. * * @param apiVersion billing API version that the app is using * @param packageName package name of the calling app * @param type the type of the in-app items being requested ("inapp" for one-time purchases * and "subs" for subscription). * @param continuationToken to be set as null for the first call, if the number of owned skus * are too many, a continuationToken is returned in the response bundle. This method can * be called again with the continuation token to get the next set of owned skus. * @return Bundle containing the following key-value pairs "RESPONSE_CODE" with int value, * RESULT_OK(0) if success, other response codes on failure as listed above. * "INAPP_PURCHASE_ITEM_LIST" - StringArrayList containing the list of SKUs * "INAPP_PURCHASE_DATA_LIST" - StringArrayList containing the purchase information * "INAPP_DATA_SIGNATURE_LIST"- StringArrayList containing the signatures of the purchase * information "INAPP_CONTINUATION_TOKEN" - String containing a continuation token for the * next set of in-app purchases. Only set if the user has more owned skus than the current * list. */ @Override public android.os.Bundle getPurchases( int apiVersion, java.lang.String packageName, java.lang.String type, java.lang.String continuationToken) throws android.os.RemoteException { android.os.Parcel _data = android.os.Parcel.obtain(); android.os.Parcel _reply = android.os.Parcel.obtain(); android.os.Bundle _result; try { _data.writeInterfaceToken(DESCRIPTOR); _data.writeInt(apiVersion); _data.writeString(packageName); _data.writeString(type); _data.writeString(continuationToken); mRemote.transact(Stub.TRANSACTION_getPurchases, _data, _reply, 0); _reply.readException(); if ((0 != _reply.readInt())) { _result = android.os.Bundle.CREATOR.createFromParcel(_reply); } else { _result = null; } } finally { _reply.recycle(); _data.recycle(); } return _result; }
public Bundle m2330a(String str, String str2, Bundle bundle) throws RemoteException { Parcel obtain = Parcel.obtain(); Parcel obtain2 = Parcel.obtain(); try { obtain.writeInterfaceToken("com.google.android.auth.IAuthManagerService"); obtain.writeString(str); obtain.writeString(str2); if (bundle != null) { obtain.writeInt(1); bundle.writeToParcel(obtain, 0); } else { obtain.writeInt(0); } this.kn.transact(1, obtain, obtain2, 0); obtain2.readException(); Bundle bundle2 = obtain2.readInt() != 0 ? (Bundle) Bundle.CREATOR.createFromParcel(obtain2) : null; obtain2.recycle(); obtain.recycle(); return bundle2; } catch (Throwable th) { obtain2.recycle(); obtain.recycle(); } }
public void m2746a(ix ixVar, UserAddressRequest userAddressRequest, Bundle bundle) throws RemoteException { Parcel obtain = Parcel.obtain(); Parcel obtain2 = Parcel.obtain(); try { obtain.writeInterfaceToken( "com.google.android.gms.identity.intents.internal.IAddressService"); obtain.writeStrongBinder(ixVar != null ? ixVar.asBinder() : null); if (userAddressRequest != null) { obtain.writeInt(1); userAddressRequest.writeToParcel(obtain, 0); } else { obtain.writeInt(0); } if (bundle != null) { obtain.writeInt(1); bundle.writeToParcel(obtain, 0); } else { obtain.writeInt(0); } this.kq.transact(2, obtain, obtain2, 0); obtain2.readException(); } finally { obtain2.recycle(); obtain.recycle(); } }
private static final void readExceptionFromParcel(Parcel paramParcel, String paramString, int paramInt) { switch (paramInt) { case 10: default: paramParcel.readException(paramInt, paramString); return; case 2: throw new IllegalArgumentException(paramString); case 3: throw new UnsupportedOperationException(paramString); case 4: throw new SQLiteAbortException(paramString); case 5: throw new SQLiteConstraintException(paramString); case 6: throw new SQLiteDatabaseCorruptException(paramString); case 7: throw new SQLiteFullException(paramString); case 8: throw new SQLiteDiskIOException(paramString); case 9: throw new SQLiteException(paramString); } throw new OperationCanceledException(paramString); }
@Override public int register( com.sonyericsson.extras.liveview.IPluginServiceCallbackV1 cb, java.lang.String imageMenu, java.lang.String pluginName, boolean selectableMenu, java.lang.String packageName) throws android.os.RemoteException { android.os.Parcel _data = android.os.Parcel.obtain(); android.os.Parcel _reply = android.os.Parcel.obtain(); int _result; try { _data.writeInterfaceToken(DESCRIPTOR); _data.writeStrongBinder((((cb != null)) ? (cb.asBinder()) : (null))); _data.writeString(imageMenu); _data.writeString(pluginName); _data.writeInt(((selectableMenu) ? (1) : (0))); _data.writeString(packageName); mRemote.transact(Stub.TRANSACTION_register, _data, _reply, 0); _reply.readException(); _result = _reply.readInt(); } finally { _reply.recycle(); _data.recycle(); } return _result; }
@Override public void sendAnnounce( int id, java.lang.String imageAnnounce, java.lang.String header, java.lang.String body, long timestamp, java.lang.String openInPhoneAction) throws android.os.RemoteException { android.os.Parcel _data = android.os.Parcel.obtain(); android.os.Parcel _reply = android.os.Parcel.obtain(); try { _data.writeInterfaceToken(DESCRIPTOR); _data.writeInt(id); _data.writeString(imageAnnounce); _data.writeString(header); _data.writeString(body); _data.writeLong(timestamp); _data.writeString(openInPhoneAction); mRemote.transact(Stub.TRANSACTION_sendAnnounce, _data, _reply, 0); _reply.readException(); } finally { _reply.recycle(); _data.recycle(); } }
public void setZoomGesturesEnabled(boolean flag) throws RemoteException { Parcel parcel; Parcel parcel1; int i; i = 0; parcel = Parcel.obtain(); parcel1 = Parcel.obtain(); parcel.writeInterfaceToken("com.google.android.gms.maps.internal.IUiSettingsDelegate"); if (flag) { i = 1; } parcel.writeInt(i); kn.transact(5, parcel, parcel1, 0); parcel1.readException(); parcel1.recycle(); parcel.recycle(); return; Exception exception; exception; parcel1.recycle(); parcel.recycle(); throw exception; }
public boolean isMyLocationButtonEnabled() throws RemoteException { Parcel parcel; Parcel parcel1; boolean flag; flag = false; parcel = Parcel.obtain(); parcel1 = Parcel.obtain(); int i; parcel.writeInterfaceToken("com.google.android.gms.maps.internal.IUiSettingsDelegate"); kn.transact(11, parcel, parcel1, 0); parcel1.readException(); i = parcel1.readInt(); if (i != 0) { flag = true; } parcel1.recycle(); parcel.recycle(); return flag; Exception exception; exception; parcel1.recycle(); parcel.recycle(); throw exception; }
public boolean isZoomGesturesEnabled() throws RemoteException { boolean var2 = false; Parcel var3 = Parcel.obtain(); Parcel var4 = Parcel.obtain(); boolean var7 = false; int var1; try { var7 = true; var3.writeInterfaceToken("com.google.android.gms.maps.internal.IUiSettingsDelegate"); this.le.transact(13, var3, var4, 0); var4.readException(); var1 = var4.readInt(); var7 = false; } finally { if (var7) { var4.recycle(); var3.recycle(); } } if (var1 != 0) { var2 = true; } var4.recycle(); var3.recycle(); return var2; }
/** Given the arguments in bundle form, returns a bundle for results. */ @Override public android.os.Bundle sendBillingRequest(android.os.Bundle bundle) throws android.os.RemoteException { android.os.Parcel _data = android.os.Parcel.obtain(); android.os.Parcel _reply = android.os.Parcel.obtain(); android.os.Bundle _result; try { _data.writeInterfaceToken(DESCRIPTOR); if ((bundle != null)) { _data.writeInt(1); bundle.writeToParcel(_data, 0); } else { _data.writeInt(0); } mRemote.transact(Stub.TRANSACTION_sendBillingRequest, _data, _reply, 0); _reply.readException(); if ((0 != _reply.readInt())) { _result = android.os.Bundle.CREATOR.createFromParcel(_reply); } else { _result = null; } } finally { _reply.recycle(); _data.recycle(); } return _result; }
public boolean a(c c1) throws RemoteException { Parcel parcel; Parcel parcel1; boolean flag; flag = false; parcel = Parcel.obtain(); parcel1 = Parcel.obtain(); parcel.writeInterfaceToken("com.google.android.gms.maps.model.internal.IGroundOverlayDelegate"); if (c1 == null) { break MISSING_BLOCK_LABEL_77; } c1 = c1.asBinder(); _L1: int i; parcel.writeStrongBinder(c1); kn.transact(19, parcel, parcel1, 0); parcel1.readException(); i = parcel1.readInt(); if (i != 0) { flag = true; } parcel1.recycle(); parcel.recycle(); return flag; c1 = null; goto _L1
public void getMemoryInfo(Debug.MemoryInfo outInfo) throws RemoteException { Parcel data = Parcel.obtain(); Parcel reply = Parcel.obtain(); data.writeInterfaceToken(IApplicationThread.descriptor); mRemote.transact(GET_MEMORY_INFO_TRANSACTION, data, reply, 0); reply.readException(); outInfo.readFromParcel(reply); data.recycle(); reply.recycle(); }
public Intent getPurchaseData() throws RemoteException { Parcel parcel; Parcel parcel1; parcel = Parcel.obtain(); parcel1 = Parcel.obtain(); parcel.writeInterfaceToken("com.google.android.gms.ads.internal.purchase.client.IInAppPurchaseResult"); zzle.transact(2, parcel, parcel1, 0); parcel1.readException(); if (parcel1.readInt() == 0) goto _L2; else goto _L1
public LatLng getPosition() throws RemoteException { Parcel parcel; Parcel parcel1; parcel = Parcel.obtain(); parcel1 = Parcel.obtain(); parcel.writeInterfaceToken("com.google.android.gms.maps.model.internal.IMarkerDelegate"); zznI.transact(4, parcel, parcel1, 0); parcel1.readException(); if (parcel1.readInt() == 0) goto _L2; else goto _L1