Searched refs:hasNullCipher (Results 1 – 1 of 1) sorted by relevance
268 boolean fromNullCipherState = hasNullCipher(); in update()287 if (hasNullCipher()) { in update()296 private boolean hasNullCipher() { in hasNullCipher() method in NullCipherNotifier.SubscriptionState297 return mState.values().stream().anyMatch(ConnectionState::hasNullCipher); in hasNullCipher()355 private boolean hasNullCipher() { in hasNullCipher() method in NullCipherNotifier.ConnectionState