Searched refs:supportedRadioBitmask (Results 1 – 2 of 2) sorted by relevance
251 final long supportedRadioBitmask = mTelephonyManager.getSupportedRadioAccessFamily(); in register() local253 (supportedRadioBitmask & TelephonyManager.NETWORK_TYPE_BITMASK_NR) > 0; in register()
782 private boolean checkSupportedRadioBitmask(long supportedRadioBitmask, long targetBitmask) { in checkSupportedRadioBitmask() argument783 return (targetBitmask & supportedRadioBitmask) > 0; in checkSupportedRadioBitmask()