Searched defs:callSessionType (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/telephony/java/android/telephony/ims/compat/feature/
H A DMMTelFeature.java69 public boolean isConnected(int callSessionType, int callType)
72 return MMTelFeature.this.isConnected(callSessionType, callType);
107 public ImsCallProfile createCallProfile(int sessionId, int callSessionType, int callType)
110 return MMTelFeature.this.createCallProfile(sessionId, callSessionType, callType);
223 * @param callSessionType a service type that is specified in {@link ImsCallProfile}
233 public boolean isConnected(int callSessionType, int callType) { argument
265 * @param callSessionType a service type that is specified in {@link ImsCallProfile}
280 public ImsCallProfile createCallProfile(int sessionId, int callSessionType, int callType) { argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/
H A DImsServiceInterfaceAdapter.java56 public boolean isConnected(int callSessionType, int callType) throws RemoteException { argument
57 return getInterface().isConnected(SERVICE_ID, callSessionType, callType);
78 public ImsCallProfile createCallProfile(int sessionId, int callSessionType, int callType) argument
80 return getInterface().createCallProfile(sessionId, callSessionType, callType);
H A DMmTelInterfaceAdapter.java57 public boolean isConnected(int callSessionType, int callType) throws RemoteException { argument
58 return getInterface().isConnected(callSessionType, callType);
78 public ImsCallProfile createCallProfile(int sessionId, int callSessionType, int callType) argument
80 return getInterface().createCallProfile(sessionId, callSessionType, callType);
H A DMmTelFeatureCompatAdapter.java382 public ImsCallProfile createCallProfile(int callSessionType, int callType) { argument
384 return mCompatFeature.createCallProfile(mSessionId, callSessionType, callType);
/frameworks/opt/telephony/tests/telephonytests/src/android/telephony/ims/
H A DTestMmTelFeature.java58 public ImsCallProfile createCallProfile(int callSessionType, int callType) { argument
59 return super.createCallProfile(callSessionType, callType);
/frameworks/base/telephony/java/android/telephony/ims/feature/
H A DMmTelFeature.java82 public ImsCallProfile createCallProfile(int callSessionType, int callType)
86 return MmTelFeature.this.createCallProfile(callSessionType, callType);
499 * @param callSessionType a service type that is specified in {@link ImsCallProfile}
514 public ImsCallProfile createCallProfile(int callSessionType, int callType) { argument

Completed in 965 milliseconds