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