Home
last modified time | relevance | path

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

/aosp12/frameworks/base/telephony/java/android/telephony/
H A DCellSignalStrengthWcdma.java161 String calcMethod; in updateLevel() local
165 calcMethod = DEFAULT_LEVEL_CALCULATION_METHOD; in updateLevel()
169 calcMethod = cc.getString( in updateLevel()
172 if (TextUtils.isEmpty(calcMethod)) calcMethod = DEFAULT_LEVEL_CALCULATION_METHOD; in updateLevel()
181 switch (calcMethod) { in updateLevel()
192 + calcMethod); in updateLevel()