Home
last modified time | relevance | path

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

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/
DConnectivityManagerFacade.java182 public static final int EVENT_UNAVAILABLE = 1 << 4; field in ConnectivityManagerFacade.NetworkCallback
191 EVENT_UNAVAILABLE |
268 if ((mEvents & EVENT_UNAVAILABLE) == EVENT_UNAVAILABLE) { in onUnavailable()
273 getNetworkCallbackEventString(EVENT_UNAVAILABLE), mCreateTimestamp)); in onUnavailable()
342 return NetworkCallback.EVENT_UNAVAILABLE; in getNetworkCallbackEvent()
365 case NetworkCallback.EVENT_UNAVAILABLE: in getNetworkCallbackEventString()