Searched refs:callSessionType (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/telephony/java/android/telephony/ims/compat/feature/ |
D | MMTelFeature.java | 70 public boolean isConnected(int callSessionType, int callType) 73 return MMTelFeature.this.isConnected(callSessionType, callType); 108 public ImsCallProfile createCallProfile(int sessionId, int callSessionType, int callType) 111 return MMTelFeature.this.createCallProfile(sessionId, callSessionType, callType); 234 public boolean isConnected(int callSessionType, int callType) { in isConnected() argument 281 public ImsCallProfile createCallProfile(int sessionId, int callSessionType, int callType) { in createCallProfile() argument
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/ |
D | MmTelInterfaceAdapter.java | 57 public boolean isConnected(int callSessionType, int callType) throws RemoteException { in isConnected() argument 58 return getInterface().isConnected(callSessionType, callType); in isConnected() 78 public ImsCallProfile createCallProfile(int sessionId, int callSessionType, int callType) in createCallProfile() argument 80 return getInterface().createCallProfile(sessionId, callSessionType, callType); in createCallProfile()
|
D | ImsServiceInterfaceAdapter.java | 56 public boolean isConnected(int callSessionType, int callType) throws RemoteException { in isConnected() argument 57 return getInterface().isConnected(SERVICE_ID, callSessionType, callType); in isConnected() 78 public ImsCallProfile createCallProfile(int sessionId, int callSessionType, int callType) in createCallProfile() argument 80 return getInterface().createCallProfile(sessionId, callSessionType, callType); in createCallProfile()
|
D | MmTelFeatureCompatAdapter.java | 382 public ImsCallProfile createCallProfile(int callSessionType, int callType) { in createCallProfile() argument 384 return mCompatFeature.createCallProfile(mSessionId, callSessionType, callType); in createCallProfile()
|
/frameworks/base/telephony/java/com/android/ims/internal/ |
D | IImsMMTelFeature.aidl | 39 boolean isConnected(int callSessionType, int callType); in isConnected() argument 44 ImsCallProfile createCallProfile(int sessionId, int callSessionType, int callType); in createCallProfile() argument
|
/frameworks/opt/telephony/tests/telephonytests/src/android/telephony/ims/ |
D | TestMmTelFeature.java | 59 public ImsCallProfile createCallProfile(int callSessionType, int callType) { in createCallProfile() argument 60 return super.createCallProfile(callSessionType, callType); in createCallProfile()
|
/frameworks/base/telephony/java/android/telephony/ims/feature/ |
D | MmTelFeature.java | 80 public ImsCallProfile createCallProfile(int callSessionType, int callType) 84 return MmTelFeature.this.createCallProfile(callSessionType, callType); 557 public @Nullable ImsCallProfile createCallProfile(int callSessionType, int callType) { in createCallProfile() argument
|
/frameworks/base/telephony/java/android/telephony/ims/aidl/ |
D | IImsMmTelFeature.aidl | 39 ImsCallProfile createCallProfile(int callSessionType, int callType); in createCallProfile() argument
|