Searched refs:dbm (Results 1 – 4 of 4) sorted by relevance
117 protected static final int getAsuFromRssiDbm(int dbm) { in getAsuFromRssiDbm() argument118 if (dbm == CellInfo.UNAVAILABLE) return 99; in getAsuFromRssiDbm()119 return (dbm + 113) / 2; in getAsuFromRssiDbm()131 protected static final int getAsuFromRscpDbm(int dbm) { in getAsuFromRscpDbm() argument132 if (dbm == CellInfo.UNAVAILABLE) return 255; in getAsuFromRscpDbm()133 return dbm + 120; in getAsuFromRscpDbm()
84 this(-cdma.dbm, -cdma.ecio, -evdo.dbm, -evdo.ecio, evdo.signalNoiseRatio); in CellSignalStrengthCdma()
1511 cellinfo.signalStrengthCdma.dbm = -DBM; in testConvertHalCellInfoListForCdma()1513 cellinfo.signalStrengthEvdo.dbm = -DBM; in testConvertHalCellInfoListForCdma()2304 cellinfo.signalStrengthCdma.dbm = -DBM; in getCellInfoListForCdma()2306 cellinfo.signalStrengthEvdo.dbm = -DBM; in getCellInfoListForCdma()
3044 DropBoxManager dbm = (DropBoxManager) getContext().getSystemService(3046 if (dbm != null && dbm.isTagEnabled(DROPBOX_TAG_USERLOG)) {3047 dbm.addText(DROPBOX_TAG_USERLOG, System.currentTimeMillis()