Home
last modified time | relevance | path

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

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/
DConnectivityManagerFacade.java181 public static final int EVENT_LOST = 1 << 3; field in ConnectivityManagerFacade.NetworkCallback
190 EVENT_LOST |
256 if ((mEvents & EVENT_LOST) == EVENT_LOST) { in onLost()
261 getNetworkCallbackEventString(EVENT_LOST), mCreateTimestamp)); in onLost()
340 return NetworkCallback.EVENT_LOST; in getNetworkCallbackEvent()
363 case NetworkCallback.EVENT_LOST: in getNetworkCallbackEventString()