Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/network/apn/
DApnEditor.java1112 bearerBitmask |= getBitmaskForTech(Integer.parseInt(bearer)); in validateAndSaveApnData()
1543 private static int getBitmaskForTech(int radioTech) { in getBitmaskForTech() method in ApnEditor
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
DTelephonyProvider.java2577 int bearer_bitmask = getBitmaskForTech(Integer.parseInt(bearerStr)); in copyPreservedApnsToNewTable()
5773 bearerBitmask |= getBitmaskForTech(bearerInt); in getBitmaskFromString()
5871 bearerBitmask |= getBitmaskForTech(bearerInt); in convertNetworkTypeBitmaskToBearerBitmask()
5890 int bearerUnitBitmask = getBitmaskForTech(bearerUnitInt); in convertBearerBitmaskToNetworkTypeBitmask()
5907 private static int getBitmaskForTech(int radioTech) { in getBitmaskForTech() method in TelephonyProvider