Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/security/
DNullCipherNotifier.java97 if (shouldIgnoreUpdate(update)) { in onSecurityAlgorithmUpdate()
211 private static boolean shouldIgnoreUpdate(SecurityAlgorithmUpdate update) { in shouldIgnoreUpdate() method in NullCipherNotifier