Searched refs:keyAvailability (Results 1 – 1 of 1) sorted by relevance
3992 private static boolean isKeyEnabled(int keyAvailability, @KeyType int keyType) { in isKeyEnabled() argument3993 int returnValue = (keyAvailability >> (keyType - 1)) & 1; in isKeyEnabled()4011 int keyAvailability = pb.getInt(CarrierConfigManager.IMSI_KEY_AVAILABILITY_INT); in isImsiEncryptionRequired() local4012 return isKeyEnabled(keyAvailability, keyType); in isImsiEncryptionRequired()