Searched refs:highestApnTypeBit (Results 1 – 1 of 1) sorted by relevance
3785 int highestApnTypeBit = Integer.highestOneBit(remainingApnTypes); in getApnTypesStringFromBitmask() local3786 String apnString = ApnSetting.getApnTypeString(highestApnTypeBit); in getApnTypesStringFromBitmask()3788 remainingApnTypes &= ~highestApnTypeBit; in getApnTypesStringFromBitmask()