Searched refs:getBitmaskForTech (Results 1 – 2 of 2) sorted by relevance
1068 bearerBitmask |= getBitmaskForTech(Integer.parseInt(bearer)); in validateAndSaveApnData()1471 private static int getBitmaskForTech(int radioTech) { in getBitmaskForTech() method in ApnEditor
2147 int bearer_bitmask = getBitmaskForTech(Integer.parseInt(bearerStr)); in copyPreservedApnsToNewTable()5062 bearerBitmask |= getBitmaskForTech(bearerInt); in getBitmaskFromString()5136 bearerBitmask |= getBitmaskForTech(bearerInt); in convertNetworkTypeBitmaskToBearerBitmask()5155 int bearerUnitBitmask = getBitmaskForTech(bearerUnitInt); in convertBearerBitmaskToNetworkTypeBitmask()5172 private static int getBitmaskForTech(int radioTech) { in getBitmaskForTech() method in TelephonyProvider