Searched refs:getBitmaskForTech (Results 1 – 2 of 2) sorted by relevance
1455 public static int getBitmaskForTech(int radioTech) { in getBitmaskForTech() method in ServiceState1478 bearerBitmask |= getBitmaskForTech(bearerInt); in getBitmaskFromString()1491 bearerBitmask |= getBitmaskForTech(bearerInt); in convertNetworkTypeBitmaskToBearerBitmask()1505 networkTypeBitmask |= getBitmaskForTech(rilRadioTechnologyToNetworkType(bearerInt)); in convertBearerBitmaskToNetworkTypeBitmask()
185 this.bearerBitmask = (bearerBitmask | ServiceState.getBitmaskForTech(bearer)); in ApnSetting()