/aosp_15_r20/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/security/ |
D | NullCipherNotifierTest.java | 36 import android.telephony.SecurityAlgorithmUpdate; 50 List.of(SecurityAlgorithmUpdate.CONNECTION_EVENT_VOLTE_SIP, 51 SecurityAlgorithmUpdate.CONNECTION_EVENT_VOLTE_SIP_SOS, 52 SecurityAlgorithmUpdate.CONNECTION_EVENT_VOLTE_RTP, 53 SecurityAlgorithmUpdate.CONNECTION_EVENT_VOLTE_RTP_SOS, 54 SecurityAlgorithmUpdate.CONNECTION_EVENT_VONR_SIP, 55 SecurityAlgorithmUpdate.CONNECTION_EVENT_VONR_SIP_SOS, 56 SecurityAlgorithmUpdate.CONNECTION_EVENT_VONR_RTP, 57 SecurityAlgorithmUpdate.CONNECTION_EVENT_VONR_RTP_SOS); 59 List.of(SecurityAlgorithmUpdate.CONNECTION_EVENT_CS_SIGNALLING_GSM, [all …]
|
D | SecurityAlgorithmUpdateTest.java | 19 import static android.telephony.SecurityAlgorithmUpdate.CONNECTION_EVENT_PS_SIGNALLING_3G; 20 import static android.telephony.SecurityAlgorithmUpdate.CONNECTION_EVENT_VOLTE_SIP; 21 import static android.telephony.SecurityAlgorithmUpdate.SECURITY_ALGORITHM_AUTH_HMAC_SHA2_256_128; 22 import static android.telephony.SecurityAlgorithmUpdate.SECURITY_ALGORITHM_EEA2; 23 import static android.telephony.SecurityAlgorithmUpdate.SECURITY_ALGORITHM_HMAC_SHA1_96; 24 import static android.telephony.SecurityAlgorithmUpdate.SECURITY_ALGORITHM_UEA1; 31 import android.telephony.SecurityAlgorithmUpdate; 41 SecurityAlgorithmUpdate update = new SecurityAlgorithmUpdate( in testEqualsAndHash() 44 SecurityAlgorithmUpdate sameUpdate = new SecurityAlgorithmUpdate( in testEqualsAndHash() 54 SecurityAlgorithmUpdate update = new SecurityAlgorithmUpdate( in testNotEqualsAndHash() [all …]
|
/aosp_15_r20/frameworks/opt/telephony/src/java/com/android/internal/telephony/security/ |
D | NullCipherNotifier.java | 19 import static android.telephony.SecurityAlgorithmUpdate.SECURITY_ALGORITHM_UNKNOWN; 27 import android.telephony.SecurityAlgorithmUpdate; 28 import android.telephony.SecurityAlgorithmUpdate.ConnectionEvent; 29 import android.telephony.SecurityAlgorithmUpdate.SecurityAlgorithm; 94 Context context, int phoneId, int subId, SecurityAlgorithmUpdate update) { in onSecurityAlgorithmUpdate() 211 private static boolean shouldIgnoreUpdate(SecurityAlgorithmUpdate update) { in shouldIgnoreUpdate() 221 case SecurityAlgorithmUpdate.CONNECTION_EVENT_VOLTE_SIP: in shouldIgnoreUpdate() 222 case SecurityAlgorithmUpdate.CONNECTION_EVENT_VOLTE_RTP: in shouldIgnoreUpdate() 223 case SecurityAlgorithmUpdate.CONNECTION_EVENT_VONR_SIP: in shouldIgnoreUpdate() 224 case SecurityAlgorithmUpdate.CONNECTION_EVENT_VONR_RTP: in shouldIgnoreUpdate() [all …]
|
/aosp_15_r20/frameworks/base/telephony/java/android/telephony/ |
H A D | SecurityAlgorithmUpdate.java | 41 public final class SecurityAlgorithmUpdate implements Parcelable { class 222 public SecurityAlgorithmUpdate(@ConnectionEvent int connectionEvent, in SecurityAlgorithmUpdate() method in SecurityAlgorithmUpdate 231 private SecurityAlgorithmUpdate(Parcel in) { in SecurityAlgorithmUpdate() method in SecurityAlgorithmUpdate 283 public static final @NonNull Parcelable.Creator<SecurityAlgorithmUpdate> CREATOR = 284 new Parcelable.Creator<SecurityAlgorithmUpdate>() { 285 public SecurityAlgorithmUpdate createFromParcel(Parcel in) { 286 return new SecurityAlgorithmUpdate(in); 289 public SecurityAlgorithmUpdate[] newArray(int size) { 290 return new SecurityAlgorithmUpdate[size]; 304 if (!(o instanceof SecurityAlgorithmUpdate)) return false; in equals() [all …]
|
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/radio/aidl/android.hardware.radio.network-V4-java-source/gen/android/hardware/radio/network/ |
D | SecurityAlgorithmUpdate.java | 16 public class SecurityAlgorithmUpdate implements android.os.Parcelable class 31 …android.os.Parcelable.Creator<SecurityAlgorithmUpdate> CREATOR = new android.os.Parcelable.Creator… 33 public SecurityAlgorithmUpdate createFromParcel(android.os.Parcel _aidl_source) { 34 SecurityAlgorithmUpdate _aidl_out = new SecurityAlgorithmUpdate(); 39 public SecurityAlgorithmUpdate[] newArray(int _aidl_size) { 40 return new SecurityAlgorithmUpdate[_aidl_size];
|
D | SecurityAlgorithmUpdate.java.d | 1 …re.radio.network-V4-java-source/gen/android/hardware/radio/network/SecurityAlgorithmUpdate.java : \ 2 hardware/interfaces/radio/aidl/android/hardware/radio/network/SecurityAlgorithmUpdate.aidl \
|
D | IRadioNetworkIndication.java | 316 …curityAlgorithmsUpdated(int type, android.hardware.radio.network.SecurityAlgorithmUpdate securityA… in securityAlgorithmsUpdated() 557 android.hardware.radio.network.SecurityAlgorithmUpdate _arg1; in onTransact() 558 … _arg1 = data.readTypedObject(android.hardware.radio.network.SecurityAlgorithmUpdate.CREATOR); in onTransact() 1089 …curityAlgorithmsUpdated(int type, android.hardware.radio.network.SecurityAlgorithmUpdate securityA… in securityAlgorithmsUpdated() 1420 …curityAlgorithmsUpdated(int type, android.hardware.radio.network.SecurityAlgorithmUpdate securityA… in securityAlgorithmsUpdated()
|
/aosp_15_r20/cts/tests/tests/telephony/current/src/android/telephony/cts/ |
H A D | CellularSecurityCallbackTest.java | 20 import static android.telephony.SecurityAlgorithmUpdate.CONNECTION_EVENT_CS_SIGNALLING_GSM; 21 import static android.telephony.SecurityAlgorithmUpdate.SECURITY_ALGORITHM_A50; 41 import android.telephony.SecurityAlgorithmUpdate; 136 public void onSecurityAlgorithmsChanged(SecurityAlgorithmUpdate update) { in onSecurityAlgorithmsChanged() 163 SecurityAlgorithmUpdate update = new SecurityAlgorithmUpdate( in testOnSecurityAlgorithmsChangedListener()
|
/aosp_15_r20/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | DefaultPhoneNotifierTest.java | 20 import static android.telephony.SecurityAlgorithmUpdate.CONNECTION_EVENT_VOLTE_SIP; 21 import static android.telephony.SecurityAlgorithmUpdate.SECURITY_ALGORITHM_EEA2; 22 import static android.telephony.SecurityAlgorithmUpdate.SECURITY_ALGORITHM_HMAC_SHA1_96; 39 import android.telephony.SecurityAlgorithmUpdate; 467 SecurityAlgorithmUpdate update = in testSecurityAlgorithmsChanged() 468 new SecurityAlgorithmUpdate( in testSecurityAlgorithmsChanged()
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/api/test-api-stubs-docs-non-updatable/android_common/gen/aidl/frameworks/base/telephony/java/android/telephony/ |
D | SecurityAlgorithmUpdate.aidl.d | 2 frameworks/base/telephony/java/android/telephony/SecurityAlgorithmUpdate.aidl 4 frameworks/base/telephony/java/android/telephony/SecurityAlgorithmUpdate.aidl :
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/api/system-api-stubs-docs-non-updatable/android_common/gen/aidl/frameworks/base/telephony/java/android/telephony/ |
D | SecurityAlgorithmUpdate.aidl.d | 2 frameworks/base/telephony/java/android/telephony/SecurityAlgorithmUpdate.aidl 4 frameworks/base/telephony/java/android/telephony/SecurityAlgorithmUpdate.aidl :
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/api/module-lib-api-stubs-docs-non-updatable/android_common/gen/aidl/frameworks/base/telephony/java/android/telephony/ |
D | SecurityAlgorithmUpdate.aidl.d | 2 frameworks/base/telephony/java/android/telephony/SecurityAlgorithmUpdate.aidl 4 frameworks/base/telephony/java/android/telephony/SecurityAlgorithmUpdate.aidl :
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/api/api-stubs-docs-non-updatable/android_common/gen/aidl/frameworks/base/telephony/java/android/telephony/ |
D | SecurityAlgorithmUpdate.aidl.d | 2 frameworks/base/telephony/java/android/telephony/SecurityAlgorithmUpdate.aidl 4 frameworks/base/telephony/java/android/telephony/SecurityAlgorithmUpdate.aidl :
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/framework-minus-apex/android_common/gen/aidl/frameworks/base/telephony/java/android/telephony/ |
D | SecurityAlgorithmUpdate.aidl.d | 2 frameworks/base/telephony/java/android/telephony/SecurityAlgorithmUpdate.aidl 4 frameworks/base/telephony/java/android/telephony/SecurityAlgorithmUpdate.aidl :
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/framework-minus-apex-headers/android_common/gen/aidl/frameworks/base/telephony/java/android/telephony/ |
D | SecurityAlgorithmUpdate.aidl.d | 2 frameworks/base/telephony/java/android/telephony/SecurityAlgorithmUpdate.aidl 4 frameworks/base/telephony/java/android/telephony/SecurityAlgorithmUpdate.aidl :
|
/aosp_15_r20/cts/tests/tests/telephony/current/mockmodem/src/android/telephony/mockmodem/ |
H A D | IRadioNetworkImpl.java | 35 import android.hardware.radio.network.SecurityAlgorithmUpdate; 1223 public boolean unsolSecurityAlgorithmsUpdated(android.telephony.SecurityAlgorithmUpdate in unsolSecurityAlgorithmsUpdated() 1233 SecurityAlgorithmUpdate halUpdate = convertSecurityAlgorithmUpdate(update); in unsolSecurityAlgorithmsUpdated() 1277 private static SecurityAlgorithmUpdate convertSecurityAlgorithmUpdate( in convertSecurityAlgorithmUpdate() 1278 android.telephony.SecurityAlgorithmUpdate update) { in convertSecurityAlgorithmUpdate() 1280 SecurityAlgorithmUpdate halUpdate = new SecurityAlgorithmUpdate(); in convertSecurityAlgorithmUpdate()
|
/aosp_15_r20/hardware/interfaces/radio/aidl/android/hardware/radio/network/ |
H A D | IRadioNetworkIndication.aidl | 30 import android.hardware.radio.network.SecurityAlgorithmUpdate; 320 in RadioIndicationType type, in SecurityAlgorithmUpdate securityAlgorithmUpdate); in securityAlgorithmsUpdated()
|
/aosp_15_r20/frameworks/base/core/java/com/android/internal/telephony/ |
H A D | IPhoneStateListener.aidl | 32 import android.telephony.SecurityAlgorithmUpdate; 92 void onSecurityAlgorithmsChanged(in SecurityAlgorithmUpdate update); in onSecurityAlgorithmsChanged()
|
/aosp_15_r20/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | PhoneNotifier.java | 34 import android.telephony.SecurityAlgorithmUpdate; 185 void notifySecurityAlgorithmsChanged(Phone sender, SecurityAlgorithmUpdate update); in notifySecurityAlgorithmsChanged()
|
D | NetworkIndication.java | 52 import android.telephony.SecurityAlgorithmUpdate; 454 android.hardware.radio.network.SecurityAlgorithmUpdate securityAlgorithmUpdate) { in securityAlgorithmsUpdated() 461 SecurityAlgorithmUpdate update = in securityAlgorithmsUpdated()
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/api/module-lib-api-stubs-docs-non-updatable/android_common/gen/aidl/frameworks/base/core/java/com/android/internal/telephony/ |
D | IPhoneStateListener.aidl.d | 16 frameworks/base/telephony/java/android/telephony/SecurityAlgorithmUpdate.aidl \ 37 frameworks/base/telephony/java/android/telephony/SecurityAlgorithmUpdate.aidl :
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/framework-minus-apex/android_common/gen/aidl/frameworks/base/core/java/com/android/internal/telephony/ |
D | IPhoneStateListener.aidl.d | 16 frameworks/base/telephony/java/android/telephony/SecurityAlgorithmUpdate.aidl \ 37 frameworks/base/telephony/java/android/telephony/SecurityAlgorithmUpdate.aidl :
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/framework-minus-apex-headers/android_common/gen/aidl/frameworks/base/core/java/com/android/internal/telephony/ |
D | IPhoneStateListener.aidl.d | 16 frameworks/base/telephony/java/android/telephony/SecurityAlgorithmUpdate.aidl \ 37 frameworks/base/telephony/java/android/telephony/SecurityAlgorithmUpdate.aidl :
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/api/test-api-stubs-docs-non-updatable/android_common/gen/aidl/frameworks/base/core/java/com/android/internal/telephony/ |
D | IPhoneStateListener.aidl.d | 16 frameworks/base/telephony/java/android/telephony/SecurityAlgorithmUpdate.aidl \ 37 frameworks/base/telephony/java/android/telephony/SecurityAlgorithmUpdate.aidl :
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/api/api-stubs-docs-non-updatable/android_common/gen/aidl/frameworks/base/core/java/com/android/internal/telephony/ |
D | IPhoneStateListener.aidl.d | 16 frameworks/base/telephony/java/android/telephony/SecurityAlgorithmUpdate.aidl \ 37 frameworks/base/telephony/java/android/telephony/SecurityAlgorithmUpdate.aidl :
|