Searched refs:mCurrentlyConnectedSubId (Results 1 – 1 of 1) sorted by relevance
258 private Optional<Integer> mCurrentlyConnectedSubId = Optional.empty(); field in ImsPhoneCallTracker589 if (!mCurrentlyConnectedSubId.isEmpty()590 && subId == mCurrentlyConnectedSubId.get()) {1421 mCurrentlyConnectedSubId = Optional.of(subId); in startListeningForCalls()1483 mCurrentlyConnectedSubId = Optional.empty(); in stopListeningForCalls()