Home
last modified time | relevance | path

Searched refs:mSecurityAlgorithmUpdatedRegistrants (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DBaseCommands.java123 protected RegistrantList mSecurityAlgorithmUpdatedRegistrants = new RegistrantList(); field in BaseCommands
1201 mSecurityAlgorithmUpdatedRegistrants.add(h, what, obj); in registerForSecurityAlgorithmUpdates()
1206 mSecurityAlgorithmUpdatedRegistrants.remove(h); in unregisterForSecurityAlgorithmUpdates()
DNetworkIndication.java464 mRil.mSecurityAlgorithmUpdatedRegistrants.notifyRegistrants( in securityAlgorithmsUpdated()