Searched refs:mSrvccTypeSupported (Results 1 – 1 of 1) sorted by relevance
809 private final List<Integer> mSrvccTypeSupported = new ArrayList<>(); field in ImsPhoneCallTracker2023 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 …]