Home
last modified time | relevance | path

Searched refs:registerForSecurityAlgorithmUpdates (Results 1 – 4 of 4) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCommandsInterface.java2947 default void registerForSecurityAlgorithmUpdates(Handler h, int what, Object obj) {} in registerForSecurityAlgorithmUpdates() method
DBaseCommands.java1200 public void registerForSecurityAlgorithmUpdates(Handler h, int what, Object obj) { in registerForSecurityAlgorithmUpdates() method in BaseCommands
DGsmCdmaPhone.java575 mCi.registerForSecurityAlgorithmUpdates( in initOnce()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DGsmCdmaPhoneTest.java2988 verify(mMockCi, never()).registerForSecurityAlgorithmUpdates(any(), anyInt(), any()); in testSecurityAlgorithmUpdateFlagOff()
2998 .registerForSecurityAlgorithmUpdates( in testSecurityAlgorithmUpdateFlagOn()