Searched refs:getDecimalFromHex (Results 1 – 1 of 1) sorted by relevance
382 ((TextView) row.findViewById(R.id.deviceid_dec)).setText(getDecimalFromHex(hex)); in addDeviceIdRow()412 private static String getDecimalFromHex(String hex) { in getDecimalFromHex() method in SpecialCharSequenceMgr