Searched refs:maybeLog (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/com/android/server/net/
H A DNetlinkTracker.java91 private void maybeLog(String operation, String iface, LinkAddress address) { method in class:NetlinkTracker
98 private void maybeLog(String operation, Object o) { method in class:NetlinkTracker
107 maybeLog("addressUpdated", iface, address);
121 maybeLog("addressRemoved", iface, address);
135 maybeLog("routeUpdated", route);
149 maybeLog("routeRemoved", route);
163 maybeLog("interfaceDnsServerInfo", Arrays.toString(addresses));
/frameworks/base/services/net/java/android/net/dhcp/
H A DDhcpClient.java345 maybeLog("Receive thread started");
352 maybeLog("Received packet: " + packet);
364 maybeLog("Receive thread stopped");
375 maybeLog("Broadcasting " + description);
378 maybeLog("Unicasting " + description + " to " + to.getHostAddress());
455 private void maybeLog(String msg) { method in class:DhcpClient
621 maybeLog("Timed out");
809 maybeLog("Configured IP address " + mDhcpLease.ipAddress);
821 maybeLog("Clearing IP address");

Completed in 159 milliseconds