Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/
DServiceState.java1455 public static int getBitmaskForTech(int radioTech) { in getBitmaskForTech() method in ServiceState
1478 bearerBitmask |= getBitmaskForTech(bearerInt); in getBitmaskFromString()
1491 bearerBitmask |= getBitmaskForTech(bearerInt); in convertNetworkTypeBitmaskToBearerBitmask()
1505 networkTypeBitmask |= getBitmaskForTech(rilRadioTechnologyToNetworkType(bearerInt)); in convertBearerBitmaskToNetworkTypeBitmask()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DApnSetting.java185 this.bearerBitmask = (bearerBitmask | ServiceState.getBitmaskForTech(bearer)); in ApnSetting()