Searched refs:getCallbackName (Results 1 – 4 of 4) sorted by relevance
123 return ConnectivityManager.getCallbackName(callbackId) + "(" + netId + ")"; in valueToString()
8193 + ConnectivityManager.getCallbackName(callbackId));11225 String notification = ConnectivityManager.getCallbackName(notificationType);12476 String notification = ConnectivityManager.getCallbackName(notifyType);
4533 public static String getCallbackName(int whichCallback) { in getCallbackName() method in ConnectivityManager4646 "callback not found for " + getCallbackName(message.what) + " message"); in handleMessage()4655 Log.d(TAG, getCallbackName(message.what) + " for network " + network); in handleMessage()
90 Landroid/net/ConnectivityManager;->getCallbackName(I)Ljava/lang/String;