Home
last modified time | relevance | path

Searched refs:cutoff (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Wifi/service/java/com/android/server/wifi/
DScoreCardBasedScorer.java89 int cutoff = estimatedCutoff(candidate); in scoreCandidate() local
90 int score = (rssi - cutoff) * RSSI_SCORE_SLOPE_IS_4; in scoreCandidate()
116 int cutoff = -RSSI_SCORE_OFFSET; in estimatedCutoff() local
117 int lowest = cutoff - RSSI_RAIL; in estimatedCutoff()
118 int highest = cutoff + RSSI_RAIL; in estimatedCutoff()
120 if (signal == null) return cutoff; in estimatedCutoff()
121 if (!signal.hasRssi()) return cutoff; in estimatedCutoff()
128 cutoff = (int) Math.min(Math.max(value, lowest), highest); in estimatedCutoff()
130 return cutoff; in estimatedCutoff()
/packages/apps/TV/src/com/android/tv/dvr/recorder/
DScheduledProgramReaper.java43 long cutoff = mClock.currentTimeMillis() - TimeUnit.DAYS.toMillis(DAYS); in run() local
49 if (r.getEndTimeMs() < cutoff in run()
56 if (r.getEndTimeMs() < cutoff) { in run()
/packages/inputmethods/LatinIME/common/src/com/android/inputmethod/latin/common/
DStringUtils.java208 final int cutoff = s.offsetByCodePoints(0, 1); in capitalizeFirstCodePoint() local
209 return s.substring(0, cutoff).toUpperCase(getLocaleUsedForToTitleCase(locale)) in capitalizeFirstCodePoint()
210 + s.substring(cutoff); in capitalizeFirstCodePoint()
226 final int cutoff = s.offsetByCodePoints(0, 1); in capitalizeFirstAndDowncaseRest() local
227 return s.substring(0, cutoff).toUpperCase(getLocaleUsedForToTitleCase(locale)) in capitalizeFirstAndDowncaseRest()
228 + s.substring(cutoff).toLowerCase(locale); in capitalizeFirstAndDowncaseRest()
/packages/inputmethods/LatinIME/dictionaries/
Den_GB_wordlist.combined.gz1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ...
Den_US_wordlist.combined.gz
Den_wordlist.combined.gz1dictionary=main:en,locale=en,description=English,date=1414726273, ...