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.java196 public static final int EVENT_LOST = 1 << 3; field in ConnectivityManagerFacade.NetworkCallback
205 EVENT_LOST |
271 if ((mEvents & EVENT_LOST) == EVENT_LOST) { in onLost()
276 getNetworkCallbackEventString(EVENT_LOST), mCreateTimestamp)); in onLost()
355 return NetworkCallback.EVENT_LOST; in getNetworkCallbackEvent()
378 case NetworkCallback.EVENT_LOST: in getNetworkCallbackEventString()