Home | History | Annotate | Download | only in settings

Lines Matching full:rates

952         int rates[] = {Integer.MAX_VALUE, 0, 1000};
956 return rates[index];
962 if (index >= rates.length) {
965 phone.setCellInfoListRate(rates[index]);