Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/net/
DConnectivityManager.java2095 public static final int CALLBACK_UNAVAIL = BASE + 5; field in ConnectivityManager
2159 case CALLBACK_UNAVAIL: { in handleMessage()
/frameworks/base/services/core/java/com/android/server/
DConnectivityService.java4105 if (notificationType != ConnectivityManager.CALLBACK_UNAVAIL && in callCallbackForRequest()
4663 case ConnectivityManager.CALLBACK_UNAVAIL: return "UNAVAILABLE"; in notifyTypeToName()