Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/
DConnectivityService.java3994 log("sending notification " + notifyTypeToName(notificationType) + in callCallbackForRequest()
4457 if (DBG) log("notifyType " + notifyTypeToName(notifyType) + " for " + networkAgent.name()); in notifyNetworkCallbacks()
4470 private String notifyTypeToName(int notifyType) { in notifyTypeToName() method in ConnectivityService