Home
last modified time | relevance | path

Searched refs:notifySecurityAlgorithmsChanged (Results 1 – 8 of 8) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneNotifier.java185 void notifySecurityAlgorithmsChanged(Phone sender, SecurityAlgorithmUpdate update); in notifySecurityAlgorithmsChanged() method
DDefaultPhoneNotifier.java362 public void notifySecurityAlgorithmsChanged(Phone sender, SecurityAlgorithmUpdate update) { in notifySecurityAlgorithmsChanged() method in DefaultPhoneNotifier
365 mTelephonyRegistryMgr.notifySecurityAlgorithmsChanged(sender.getPhoneId(), in notifySecurityAlgorithmsChanged()
DGsmCdmaPhone.java3800 mNotifier.notifySecurityAlgorithmsChanged(this, update); in handleMessage()
/frameworks/base/core/java/com/android/internal/telephony/
DITelephonyRegistry.aidl137 void notifySecurityAlgorithmsChanged(int phoneId, int subId, in SecurityAlgorithmUpdate update); in notifySecurityAlgorithmsChanged() method
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DDefaultPhoneNotifierTest.java471 mDefaultPhoneNotifierUT.notifySecurityAlgorithmsChanged(mPhone, update); in testSecurityAlgorithmsChanged()
472 verify(mTelephonyRegistryManager).notifySecurityAlgorithmsChanged( in testSecurityAlgorithmsChanged()
DTelephonyRegistryTest.java1922 mTelephonyRegistry.notifySecurityAlgorithmsChanged(0, 1, update); in testNotifySecurityAlgorithmsChanged()
/frameworks/base/core/java/android/telephony/
DTelephonyRegistryManager.java1164 public void notifySecurityAlgorithmsChanged( in notifySecurityAlgorithmsChanged() method in TelephonyRegistryManager
1167 sRegistry.notifySecurityAlgorithmsChanged(slotIndex, subId, update); in notifySecurityAlgorithmsChanged()
/frameworks/base/services/core/java/com/android/server/
DTelephonyRegistry.java3911 public void notifySecurityAlgorithmsChanged(int phoneId, int subId, in notifySecurityAlgorithmsChanged() method in TelephonyRegistry