Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/satellite/
DSatelliteController.java4439 boolean lastNotifiedNtnMode = mLastNotifiedNtnMode.get(subId); in updateLastNotifiedNtnModeAndNotify()
4441 if (!initialized || lastNotifiedNtnMode != currNtnMode) { in updateLastNotifiedNtnModeAndNotify()
4445 logCarrierRoamingSatelliteSessionStats(phone, lastNotifiedNtnMode, currNtnMode); in updateLastNotifiedNtnModeAndNotify()
4451 boolean lastNotifiedNtnMode, boolean currNtnMode) { in logCarrierRoamingSatelliteSessionStats() argument
4454 if (!lastNotifiedNtnMode && currNtnMode) { in logCarrierRoamingSatelliteSessionStats()
4460 } else if (lastNotifiedNtnMode && !currNtnMode) { in logCarrierRoamingSatelliteSessionStats()