/*
 * This file is auto-generated.  DO NOT MODIFY.
 * Original file: /var/tmp/code-browser-generator/android_android_9.0.0_r358833596918674107602/combined/com/android/ims/internal/IImsServiceController.aidl
 */
package com.android.ims.internal;
See ImsService and MMTelFeature for more information. {@hide}
/** * See ImsService and MMTelFeature for more information. * {@hide} */
public interface IImsServiceController extends android.os.IInterface {
Local-side IPC implementation stub class.
/** Local-side IPC implementation stub class. */
public static abstract class Stub extends android.os.Binder implements com.android.ims.internal.IImsServiceController { private static final java.lang.String DESCRIPTOR = "com.android.ims.internal.IImsServiceController";
Construct the stub at attach it to the interface.
/** Construct the stub at attach it to the interface. */
public Stub() { this.attachInterface(this, DESCRIPTOR); }
Cast an IBinder object into an com.android.ims.internal.IImsServiceController interface, generating a proxy if needed.
/** * Cast an IBinder object into an com.android.ims.internal.IImsServiceController interface, * generating a proxy if needed. */
public static com.android.ims.internal.IImsServiceController asInterface(android.os.IBinder obj) { if ((obj==null)) { return null; } android.os.IInterface iin = obj.queryLocalInterface(DESCRIPTOR); if (((iin!=null)&&(iin instanceof com.android.ims.internal.IImsServiceController))) { return ((com.android.ims.internal.IImsServiceController)iin); } return new com.android.ims.internal.IImsServiceController.Stub.Proxy(obj); } @Override public android.os.IBinder asBinder() { return this; } @Override public boolean onTransact(int code, android.os.Parcel data, android.os.Parcel reply, int flags) throws android.os.RemoteException { java.lang.String descriptor = DESCRIPTOR; switch (code) { case INTERFACE_TRANSACTION: { reply.writeString(descriptor); return true; } case TRANSACTION_createEmergencyMMTelFeature: { data.enforceInterface(descriptor); int _arg0; _arg0 = data.readInt(); com.android.ims.internal.IImsFeatureStatusCallback _arg1; _arg1 = com.android.ims.internal.IImsFeatureStatusCallback.Stub.asInterface(data.readStrongBinder()); com.android.ims.internal.IImsMMTelFeature _result = this.createEmergencyMMTelFeature(_arg0, _arg1); reply.writeNoException(); reply.writeStrongBinder((((_result!=null))?(_result.asBinder()):(null))); return true; } case TRANSACTION_createMMTelFeature: { data.enforceInterface(descriptor); int _arg0; _arg0 = data.readInt(); com.android.ims.internal.IImsFeatureStatusCallback _arg1; _arg1 = com.android.ims.internal.IImsFeatureStatusCallback.Stub.asInterface(data.readStrongBinder()); com.android.ims.internal.IImsMMTelFeature _result = this.createMMTelFeature(_arg0, _arg1); reply.writeNoException(); reply.writeStrongBinder((((_result!=null))?(_result.asBinder()):(null))); return true; } case TRANSACTION_createRcsFeature: { data.enforceInterface(descriptor); int _arg0; _arg0 = data.readInt(); com.android.ims.internal.IImsFeatureStatusCallback _arg1; _arg1 = com.android.ims.internal.IImsFeatureStatusCallback.Stub.asInterface(data.readStrongBinder()); com.android.ims.internal.IImsRcsFeature _result = this.createRcsFeature(_arg0, _arg1); reply.writeNoException(); reply.writeStrongBinder((((_result!=null))?(_result.asBinder()):(null))); return true; } case TRANSACTION_removeImsFeature: { data.enforceInterface(descriptor); int _arg0; _arg0 = data.readInt(); int _arg1; _arg1 = data.readInt(); com.android.ims.internal.IImsFeatureStatusCallback _arg2; _arg2 = com.android.ims.internal.IImsFeatureStatusCallback.Stub.asInterface(data.readStrongBinder()); this.removeImsFeature(_arg0, _arg1, _arg2); reply.writeNoException(); return true; } default: { return super.onTransact(code, data, reply, flags); } } } private static class Proxy implements com.android.ims.internal.IImsServiceController { private android.os.IBinder mRemote; Proxy(android.os.IBinder remote) { mRemote = remote; } @Override public android.os.IBinder asBinder() { return mRemote; } public java.lang.String getInterfaceDescriptor() { return DESCRIPTOR; } @Override public com.android.ims.internal.IImsMMTelFeature createEmergencyMMTelFeature(int slotId, com.android.ims.internal.IImsFeatureStatusCallback c) throws android.os.RemoteException { android.os.Parcel _data = android.os.Parcel.obtain(); android.os.Parcel _reply = android.os.Parcel.obtain(); com.android.ims.internal.IImsMMTelFeature _result; try { _data.writeInterfaceToken(DESCRIPTOR); _data.writeInt(slotId); _data.writeStrongBinder((((c!=null))?(c.asBinder()):(null))); mRemote.transact(Stub.TRANSACTION_createEmergencyMMTelFeature, _data, _reply, 0); _reply.readException(); _result = com.android.ims.internal.IImsMMTelFeature.Stub.asInterface(_reply.readStrongBinder()); } finally { _reply.recycle(); _data.recycle(); } return _result; } @Override public com.android.ims.internal.IImsMMTelFeature createMMTelFeature(int slotId, com.android.ims.internal.IImsFeatureStatusCallback c) throws android.os.RemoteException { android.os.Parcel _data = android.os.Parcel.obtain(); android.os.Parcel _reply = android.os.Parcel.obtain(); com.android.ims.internal.IImsMMTelFeature _result; try { _data.writeInterfaceToken(DESCRIPTOR); _data.writeInt(slotId); _data.writeStrongBinder((((c!=null))?(c.asBinder()):(null))); mRemote.transact(Stub.TRANSACTION_createMMTelFeature, _data, _reply, 0); _reply.readException(); _result = com.android.ims.internal.IImsMMTelFeature.Stub.asInterface(_reply.readStrongBinder()); } finally { _reply.recycle(); _data.recycle(); } return _result; } @Override public com.android.ims.internal.IImsRcsFeature createRcsFeature(int slotId, com.android.ims.internal.IImsFeatureStatusCallback c) throws android.os.RemoteException { android.os.Parcel _data = android.os.Parcel.obtain(); android.os.Parcel _reply = android.os.Parcel.obtain(); com.android.ims.internal.IImsRcsFeature _result; try { _data.writeInterfaceToken(DESCRIPTOR); _data.writeInt(slotId); _data.writeStrongBinder((((c!=null))?(c.asBinder()):(null))); mRemote.transact(Stub.TRANSACTION_createRcsFeature, _data, _reply, 0); _reply.readException(); _result = com.android.ims.internal.IImsRcsFeature.Stub.asInterface(_reply.readStrongBinder()); } finally { _reply.recycle(); _data.recycle(); } return _result; } @Override public void removeImsFeature(int slotId, int featureType, com.android.ims.internal.IImsFeatureStatusCallback c) 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(slotId); _data.writeInt(featureType); _data.writeStrongBinder((((c!=null))?(c.asBinder()):(null))); mRemote.transact(Stub.TRANSACTION_removeImsFeature, _data, _reply, 0); _reply.readException(); } finally { _reply.recycle(); _data.recycle(); } } } static final int TRANSACTION_createEmergencyMMTelFeature = (android.os.IBinder.FIRST_CALL_TRANSACTION + 0); static final int TRANSACTION_createMMTelFeature = (android.os.IBinder.FIRST_CALL_TRANSACTION + 1); static final int TRANSACTION_createRcsFeature = (android.os.IBinder.FIRST_CALL_TRANSACTION + 2); static final int TRANSACTION_removeImsFeature = (android.os.IBinder.FIRST_CALL_TRANSACTION + 3); } public com.android.ims.internal.IImsMMTelFeature createEmergencyMMTelFeature(int slotId, com.android.ims.internal.IImsFeatureStatusCallback c) throws android.os.RemoteException; public com.android.ims.internal.IImsMMTelFeature createMMTelFeature(int slotId, com.android.ims.internal.IImsFeatureStatusCallback c) throws android.os.RemoteException; public com.android.ims.internal.IImsRcsFeature createRcsFeature(int slotId, com.android.ims.internal.IImsFeatureStatusCallback c) throws android.os.RemoteException; public void removeImsFeature(int slotId, int featureType, com.android.ims.internal.IImsFeatureStatusCallback c) throws android.os.RemoteException; }