Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/net/
DDnsPinger.java94 private static final int ACTION_CANCEL_ALL_PINGS = BASE + 3; field in DnsPinger
231 case ACTION_CANCEL_ALL_PINGS: in handleMessage()
276 obtainMessage(ACTION_CANCEL_ALL_PINGS).sendToTarget(); in cancelPings()