From af7b5cb5b48e72ae82e2de8a24eacd58766c28ca Mon Sep 17 00:00:00 2001 From: Binyi Wu Date: Tue, 15 Nov 2022 02:18:48 +0000 Subject: [PATCH] Revert "Add constants for setNullCipherAndIntegrityEnabled" Revert "Add RIL interface for setNullCipherAndIntegrityEnabled" Revert submission 20283075-setNullCipherAndIntegrityEnabled Reason for revert: DroidMonitor: Potential culprit for Bug b/259163733 - verifying through ABTD before revert submission. This is part of the standard investigation process, and does not mean your CL will be reverted. Reverted Changes: Idad17af0a:Add setNullCipherAndIntegrityEnabled CTS to IRadio... Ia72f7bdd6:Add constants for setNullCipherAndIntegrityEnabled... I5ea99cb06:Add setNullCipherAndIntegrityEnabled to IRadioNetw... I53403d9f7:Add RIL interface for setNullCipherAndIntegrityEna... Change-Id: Iae73cc40c4be22599bfdec61d48d9318c4fba2a8 --- telephony/java/com/android/internal/telephony/RILConstants.java | 1 - 1 file changed, 1 deletion(-) diff --git a/telephony/java/com/android/internal/telephony/RILConstants.java b/telephony/java/com/android/internal/telephony/RILConstants.java index 340ee72027577..9f612e6d7dd9f 100644 --- a/telephony/java/com/android/internal/telephony/RILConstants.java +++ b/telephony/java/com/android/internal/telephony/RILConstants.java @@ -542,7 +542,6 @@ public interface RILConstants { int RIL_REQUEST_STOP_IMS_TRAFFIC = 236; int RIL_REQUEST_SEND_ANBR_QUERY = 237; int RIL_REQUEST_TRIGGER_EPS_FALLBACK = 238; - int RIL_REQUEST_SET_NULL_CIPHER_AND_INTEGRITY_ENABLED = 239; /* Responses begin */ int RIL_RESPONSE_ACKNOWLEDGEMENT = 800;