Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/
DCellSignalStrengthWcdma.java137 String calcMethod; in updateLevel() local
141 calcMethod = DEFAULT_LEVEL_CALCULATION_METHOD; in updateLevel()
145 calcMethod = cc.getString( in updateLevel()
148 if (TextUtils.isEmpty(calcMethod)) calcMethod = DEFAULT_LEVEL_CALCULATION_METHOD; in updateLevel()
157 switch (calcMethod) { in updateLevel()
168 + calcMethod); in updateLevel()