Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/connectivity/
DLingerMonitor.java71 private static SparseArray<String> sNotifyTypeNames = MessageUtils.findMessageNames( field in LingerMonitor
185 Log.d(TAG, "Notify type: " + sNotifyTypeNames.get(notifyType, "" + notifyType)); in notify()
205 + " type=" + sNotifyTypeNames.get(notifyType, "unknown(" + notifyType + ")")); in notify()