Home | History | Annotate | Download | only in server

Lines Matching refs:percentage

1741     public void reportInetCondition(int networkType, int percentage) {
1742 if (DBG) Slog.d(TAG, "reportNetworkCondition(" + networkType + ", " + percentage + ")");
1751 (percentage > 50 ? "connected" : "disconnected") + " (" + percentage + ") on " +
1759 EVENT_INET_CONDITION_CHANGE, networkType, percentage));