Home
last modified time | relevance | path

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

/aosp12/packages/modules/Connectivity/service/src/com/android/server/connectivity/
H A DLingerMonitor.java73 private static SparseArray<String> sNotifyTypeNames = MessageUtils.findMessageNames( field in LingerMonitor
190 Log.d(TAG, "Notify type: " + sNotifyTypeNames.get(notifyType, "" + notifyType)); in notify()
210 + " type=" + sNotifyTypeNames.get(notifyType, "unknown(" + notifyType + ")")); in notify()