Searched refs:split2 (Results 1 – 1 of 1) sorted by relevance
842 String[] split2 = split1[1].split(","); in updateBandwidths() local843 if (split2.length != 2) { in updateBandwidths()844 loge("Invalid bandwidth values: " + Arrays.toString(split2)); in updateBandwidths()849 downlink = Integer.parseInt(split2[0]); in updateBandwidths()850 uplink = Integer.parseInt(split2[1]); in updateBandwidths()