Searched refs:bearerStr (Results 1 – 1 of 1) sorted by relevance
2575 String bearerStr = c.getString(c.getColumnIndex(BEARER)); in copyPreservedApnsToNewTable() local2576 if (!TextUtils.isEmpty(bearerStr)) { in copyPreservedApnsToNewTable()2577 int bearer_bitmask = getBitmaskForTech(Integer.parseInt(bearerStr)); in copyPreservedApnsToNewTable()2581 Integer.parseInt(bearerStr)); in copyPreservedApnsToNewTable()