From 33343fd5486cc914262c4ebb99ab4237e7b41b83 Mon Sep 17 00:00:00 2001 From: Gil Cukierman Date: Tue, 12 Dec 2023 17:02:00 +0000 Subject: [PATCH] Specify that isCellularIdentifierTransparencyEnabled is false by default The VTS test and setCellularIdentifierTransparencyEnabled were specified as false in previous commits. This comment was missed. Bug: 315974744 Change-Id: I20c3198e7e787478732ea4084780af32837b6059 Test: atest VtsHalRadioTargetTest --- radio/aidl/android/hardware/radio/network/IRadioNetwork.aidl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/radio/aidl/android/hardware/radio/network/IRadioNetwork.aidl b/radio/aidl/android/hardware/radio/network/IRadioNetwork.aidl index e2df8dd361..5f26195076 100644 --- a/radio/aidl/android/hardware/radio/network/IRadioNetwork.aidl +++ b/radio/aidl/android/hardware/radio/network/IRadioNetwork.aidl @@ -649,8 +649,8 @@ oneway interface IRadioNetwork { /** * Get whether pre-auth cellular identifier in-the-clear transparency is enabled. If * IRadioNetworkInterface.setCellularIdentifierTransparencyEnabled has been called, this should - * return the value of the `enabled` parameter of the last successful call. If it hasn't been - * called this should return the default value of true. + * return the value of the `enabled` parameter of the last successful call and false if + * IRadioNetworkInterface.setCellularIdentifierTransparencyEnabled has not been called yet. * * @param serial Serial number of request *