Searched refs:getBitmaskForTech (Results 1 – 2 of 2) sorted by relevance
1172 public static int getBitmaskForTech(int radioTech) { in getBitmaskForTech() method in ServiceState1195 bearerBitmask |= getBitmaskForTech(bearerInt); in getBitmaskFromString()
154 this.bearerBitmask = (bearerBitmask | ServiceState.getBitmaskForTech(bearer)); in ApnSetting()