Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/security/
DNullCipherNotifier.java268 boolean fromNullCipherState = hasNullCipher(); in update()
287 if (hasNullCipher()) { in update()
296 private boolean hasNullCipher() { in hasNullCipher() method in NullCipherNotifier.SubscriptionState
297 return mState.values().stream().anyMatch(ConnectionState::hasNullCipher); in hasNullCipher()
355 private boolean hasNullCipher() { in hasNullCipher() method in NullCipherNotifier.ConnectionState