Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCallTracker.java258 private Optional<Integer> mCurrentlyConnectedSubId = Optional.empty(); field in ImsPhoneCallTracker
589 if (!mCurrentlyConnectedSubId.isEmpty()
590 && subId == mCurrentlyConnectedSubId.get()) {
1421 mCurrentlyConnectedSubId = Optional.of(subId); in startListeningForCalls()
1483 mCurrentlyConnectedSubId = Optional.empty(); in stopListeningForCalls()