Home
last modified time | relevance | path

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

/packages/modules/Telephony/services/QualifiedNetworksService/src/com/android/telephony/qns/
DIwlanNetworkStatusTracker.java58 private static final String sLogTag = IwlanNetworkStatusTracker.class.getSimpleName(); field in IwlanNetworkStatusTracker
116 Log.d(sLogTag, "handleMessage msg=" + message.what); in handleMessage()
136 Log.d(sLogTag, "Unknown message received!"); in handleMessage()
152 Log.d(sLogTag, "Registered with Connectivity Service"); in IwlanNetworkStatusTracker()
183 Log.d(sLogTag, "onCrossSimEnabledEvent enabled:" + enabled + " slotIndex:" + slotId); in onCrossSimEnabledEvent()
242 Log.d(sLogTag, "notifyIwlanNetworkStatusToRegister"); in notifyIwlanNetworkStatusToRegister()
278 Log.d(sLogTag, "closed IwlanNetworkStatusTracker"); in onClose()
336 sLogTag, in makeIwlanAvailabilityInfo()
356 sLogTag, in makeIwlanAvailabilityInfo()
394 Log.d(sLogTag, "notifyIwlanNetworkStatus for slot: " + slotId); in notifyIwlanNetworkStatus()
[all …]
DThresholdCallback.java25 static final String sLogTag = ThresholdCallback.class.getSimpleName(); field in ThresholdCallback
55 Log.w(sLogTag, "Listener is null for wifi threshold notification"); in onWifiThresholdChanged()
66 Log.w(sLogTag, "Listener is null for cellular threshold notification"); in onCellularThresholdChanged()