Home
last modified time | relevance | path

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

/aosp12/frameworks/base/telephony/java/android/telephony/
H A DServiceState.java1831 public static int getBitmaskForTech(int radioTech) { in getBitmaskForTech() method in ServiceState
1854 bearerBitmask |= getBitmaskForTech(bearerInt); in getBitmaskFromString()
1874 bearerBitmask |= getBitmaskForTech(bearerInt); in convertNetworkTypeBitmaskToBearerBitmask()
1895 networkTypeBitmask |= getBitmaskForTech(rilRadioTechnologyToNetworkType(bearerInt)); in convertBearerBitmaskToNetworkTypeBitmask()
/aosp12/packages/apps/Settings/src/com/android/settings/network/apn/
H A DApnEditor.java1068 bearerBitmask |= getBitmaskForTech(Integer.parseInt(bearer)); in validateAndSaveApnData()
1472 private static int getBitmaskForTech(int radioTech) { in getBitmaskForTech() method in ApnEditor
/aosp12/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
H A DTelephonyProvider.java2164 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
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt58448 Landroid/telephony/ServiceState;->getBitmaskForTech(I)I