Searched refs:keyAvailability (Results 1 – 1 of 1) sorted by relevance
2415 private static boolean isKeyEnabled(int keyAvailability, int keyType) { in isKeyEnabled() argument2416 int returnValue = (keyAvailability >> (keyType - 1)) & 1; in isKeyEnabled()2434 int keyAvailability = pb.getInt(CarrierConfigManager.IMSI_KEY_AVAILABILITY_INT); in isImsiEncryptionRequired() local2435 return isKeyEnabled(keyAvailability, keyType); in isImsiEncryptionRequired()