Searched refs:notifySecurityAlgorithmsChanged (Results 1 – 8 of 8) sorted by relevance
| /frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
| D | PhoneNotifier.java | 185 void notifySecurityAlgorithmsChanged(Phone sender, SecurityAlgorithmUpdate update); in notifySecurityAlgorithmsChanged() method
|
| D | DefaultPhoneNotifier.java | 362 public void notifySecurityAlgorithmsChanged(Phone sender, SecurityAlgorithmUpdate update) { in notifySecurityAlgorithmsChanged() method in DefaultPhoneNotifier 365 mTelephonyRegistryMgr.notifySecurityAlgorithmsChanged(sender.getPhoneId(), in notifySecurityAlgorithmsChanged()
|
| D | GsmCdmaPhone.java | 3800 mNotifier.notifySecurityAlgorithmsChanged(this, update); in handleMessage()
|
| /frameworks/base/core/java/com/android/internal/telephony/ |
| D | ITelephonyRegistry.aidl | 137 void notifySecurityAlgorithmsChanged(int phoneId, int subId, in SecurityAlgorithmUpdate update); in notifySecurityAlgorithmsChanged() method
|
| /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
| D | DefaultPhoneNotifierTest.java | 471 mDefaultPhoneNotifierUT.notifySecurityAlgorithmsChanged(mPhone, update); in testSecurityAlgorithmsChanged() 472 verify(mTelephonyRegistryManager).notifySecurityAlgorithmsChanged( in testSecurityAlgorithmsChanged()
|
| D | TelephonyRegistryTest.java | 1922 mTelephonyRegistry.notifySecurityAlgorithmsChanged(0, 1, update); in testNotifySecurityAlgorithmsChanged()
|
| /frameworks/base/core/java/android/telephony/ |
| D | TelephonyRegistryManager.java | 1164 public void notifySecurityAlgorithmsChanged( in notifySecurityAlgorithmsChanged() method in TelephonyRegistryManager 1167 sRegistry.notifySecurityAlgorithmsChanged(slotIndex, subId, update); in notifySecurityAlgorithmsChanged()
|
| /frameworks/base/services/core/java/com/android/server/ |
| D | TelephonyRegistry.java | 3911 public void notifySecurityAlgorithmsChanged(int phoneId, int subId, in notifySecurityAlgorithmsChanged() method in TelephonyRegistry
|