Searched refs:mLastImsConnectionState (Results 1 – 1 of 1) sorted by relevance
147 private final SparseArray<ImsConnectionState> mLastImsConnectionState = new SparseArray<>(); field in TelephonyMetrics454 for (int i = 0; i < mLastImsConnectionState.size(); i++) { in reset()455 final int key = mLastImsConnectionState.keyAt(i); in reset()458 .setImsConnectionState(mLastImsConnectionState.get(key)).build(); in reset()682 ImsConnectionState imsConnectionState = mLastImsConnectionState.get(phoneId); in startNewCallSessionIfNeeded()721 ImsConnectionState imsConnectionState = mLastImsConnectionState.get(phoneId); in startNewSmsSessionIfNeeded()923 if (mLastImsConnectionState.get(phoneId) != null && in writeOnImsConnectionState()924 Arrays.equals(ImsConnectionState.toByteArray(mLastImsConnectionState.get(phoneId)), in writeOnImsConnectionState()929 mLastImsConnectionState.put(phoneId, imsState); in writeOnImsConnectionState()