Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/carrier/
DShadeCarrierGroupControllerLogger.kt68 fun logUsingSatelliteText(text: CharSequence) { in logUsingSatelliteText() method
DShadeCarrierGroupController.java385 mLogger.logUsingSatelliteText(info.carrierText); in handleUpdateCarrierInfo()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/logging/
DCarrierTextManagerLogger.kt92 fun logUsingSatelliteText(satelliteText: String) { in logUsingSatelliteText() method in com.android.keyguard.logging.CarrierTextManagerLogger
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DCarrierTextManager.java453 mLogger.logUsingSatelliteText(currentSatelliteText); in updateCarrierText()