Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
DTelephonyMetrics.java183 private final SparseArray<ImsConnectionState> mLastImsConnectionState = new SparseArray<>(); field in TelephonyMetrics
658 for (int i = 0; i < mLastImsConnectionState.size(); i++) { in reset()
659 final int key = mLastImsConnectionState.keyAt(i); in reset()
662 .setImsConnectionState(mLastImsConnectionState.get(key)).build(); in reset()
1020 ImsConnectionState imsConnectionState = mLastImsConnectionState.get(phoneId); in startNewCallSessionIfNeeded()
1071 ImsConnectionState imsConnectionState = mLastImsConnectionState.get(phoneId); in startNewSmsSession()
1294 if (mLastImsConnectionState.get(phoneId) != null && in writeOnImsConnectionState()
1295 Arrays.equals(ImsConnectionState.toByteArray(mLastImsConnectionState.get(phoneId)), in writeOnImsConnectionState()
1300 mLastImsConnectionState.put(phoneId, imsState); in writeOnImsConnectionState()