Home
last modified time | relevance | path

Searched refs:onSecurityAlgorithmsChanged (Results 1 – 7 of 7) sorted by relevance

/frameworks/opt/telephony/flags/
Dnetwork.aconfig27 description: "guard system API onSecurityAlgorithmsChanged"
/frameworks/base/core/java/com/android/internal/telephony/
DIPhoneStateListener.aidl92 void onSecurityAlgorithmsChanged(in SecurityAlgorithmUpdate update); in onSecurityAlgorithmsChanged() method
/frameworks/base/core/java/android/telephony/
DTelephonyCallback.java1901 void onSecurityAlgorithmsChanged(@NonNull SecurityAlgorithmUpdate securityAlgorithmUpdate); in onSecurityAlgorithmsChanged() method
2377 public void onSecurityAlgorithmsChanged(SecurityAlgorithmUpdate update) { in onSecurityAlgorithmsChanged() method in TelephonyCallback.IPhoneStateListenerStub
2385 () -> listener.onSecurityAlgorithmsChanged(update))); in onSecurityAlgorithmsChanged()
DPhoneStateListener.java1716 public final void onSecurityAlgorithmsChanged(SecurityAlgorithmUpdate update) { in onSecurityAlgorithmsChanged() method in PhoneStateListener.IPhoneStateListenerStub
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DTelephonyRegistryTest.java372 public void onSecurityAlgorithmsChanged(SecurityAlgorithmUpdate update) { in onSecurityAlgorithmsChanged() method in TelephonyRegistryTest.TelephonyCallbackWrapper
/frameworks/base/services/core/java/com/android/server/
DTelephonyRegistry.java3939 r.callback.onSecurityAlgorithmsChanged(update); in notifySecurityAlgorithmsChanged()
/frameworks/base/core/api/
Dsystem-current.txt15968 …method public void onSecurityAlgorithmsChanged(@NonNull android.telephony.SecurityAlgorithmUpdate);