Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/net/
DConnectivityManager.java3410 public static String getCallbackName(int whichCallback) { in getCallbackName() method in ConnectivityManager
3454 "callback not found for " + getCallbackName(message.what) + " message"); in handleMessage()
3463 Log.d(TAG, getCallbackName(message.what) + " for network " + network); in handleMessage()
/frameworks/base/services/core/java/com/android/server/
DConnectivityService.java6075 String notification = ConnectivityManager.getCallbackName(notificationType); in callCallbackForRequest()
6753 String notification = ConnectivityManager.getCallbackName(notifyType); in notifyNetworkCallbacks()