Home
last modified time | relevance | path

Searched refs:mSrvccTypeSupported (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCallTracker.java809 private final List<Integer> mSrvccTypeSupported = new ArrayList<>(); field in ImsPhoneCallTracker
2023 mSrvccTypeSupported.clear(); in updateCarrierConfigCache()
2027 mSrvccTypeSupported.addAll( in updateCarrierConfigCache()
5257 pw.println(" mSrvccTypeSupported=" + mSrvccTypeSupported); in dump()
6083 if (mSrvccTypeSupported.isEmpty() || profileList == null || profileList.isEmpty()) { in convertToSrvccConnectionInfo()
6136 return mSrvccTypeSupported.contains(BASIC_SRVCC_SUPPORT); in isCallProfileSupported()
6138 return mSrvccTypeSupported.contains(MIDCALL_SRVCC_SUPPORT); in isCallProfileSupported()
6140 return mSrvccTypeSupported.contains(PREALERTING_SRVCC_SUPPORT); in isCallProfileSupported()
6142 return mSrvccTypeSupported.contains(ALERTING_SRVCC_SUPPORT); in isCallProfileSupported()
6144 return mSrvccTypeSupported.contains(ALERTING_SRVCC_SUPPORT); in isCallProfileSupported()
[all …]