Searched refs:getBitmaskForTech (Results 1 – 4 of 4) sorted by relevance
1831 public static int getBitmaskForTech(int radioTech) { in getBitmaskForTech() method in ServiceState1854 bearerBitmask |= getBitmaskForTech(bearerInt); in getBitmaskFromString()1874 bearerBitmask |= getBitmaskForTech(bearerInt); in convertNetworkTypeBitmaskToBearerBitmask()1895 networkTypeBitmask |= getBitmaskForTech(rilRadioTechnologyToNetworkType(bearerInt)); in convertBearerBitmaskToNetworkTypeBitmask()
1068 bearerBitmask |= getBitmaskForTech(Integer.parseInt(bearer)); in validateAndSaveApnData()1472 private static int getBitmaskForTech(int radioTech) { in getBitmaskForTech() method in ApnEditor
2164 int bearer_bitmask = getBitmaskForTech(Integer.parseInt(bearerStr)); in copyPreservedApnsToNewTable()5095 bearerBitmask |= getBitmaskForTech(bearerInt); in getBitmaskFromString()5169 bearerBitmask |= getBitmaskForTech(bearerInt); in convertNetworkTypeBitmaskToBearerBitmask()5188 int bearerUnitBitmask = getBitmaskForTech(bearerUnitInt); in convertBearerBitmaskToNetworkTypeBitmask()5205 private static int getBitmaskForTech(int radioTech) { in getBitmaskForTech() method in TelephonyProvider
58448 Landroid/telephony/ServiceState;->getBitmaskForTech(I)I