Home
last modified time | relevance | path

Searched refs:getBitmaskForTech (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Settings/src/com/android/settings/network/
DApnEditor.java1084 bearerBitmask |= getBitmaskForTech(Integer.parseInt(bearer)); in validateAndSaveApnData()
1389 private static int getBitmaskForTech(int radioTech) { in getBitmaskForTech() method in ApnEditor
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
DTelephonyProvider.java1932 int bearer_bitmask = getBitmaskForTech(Integer.parseInt(bearerStr)); in copyPreservedApnsToNewTable()
4151 bearerBitmask |= getBitmaskForTech(bearerInt); in getBitmaskFromString()
4225 bearerBitmask |= getBitmaskForTech(bearerInt); in convertNetworkTypeBitmaskToBearerBitmask()
4244 int bearerUnitBitmask = getBitmaskForTech(bearerUnitInt); in convertBearerBitmaskToNetworkTypeBitmask()
4261 private static int getBitmaskForTech(int radioTech) { in getBitmaskForTech() method in TelephonyProvider
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/network/
DApnEditor.java998 bearerBitmask |= ServiceState.getBitmaskForTech(Integer.parseInt(bearer)); in validateAndSaveApnData()