Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/keyguard/logging/
DCarrierTextManagerLogger.kt102 fun logCallbackSentFromUpdate(info: CarrierTextCallbackInfo) { in logCallbackSentFromUpdate() method in com.android.keyguard.logging.CarrierTextManagerLogger
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DCarrierTextManager.java465 mLogger.logCallbackSentFromUpdate(info); in updateCarrierText()