Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/security/
DNullCipherNotifier.java217 switch (update.getConnectionEvent()) { in shouldIgnoreUpdate()
270 @NetworkClass int networkClass = getNetworkClass(update.getConnectionEvent()); in update()
277 mState.getOrDefault(update.getConnectionEvent(), ConnectionState.UNKNOWN); in update()
285 mState.put(update.getConnectionEvent(), toState); in update()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/security/
DSecurityAlgorithmUpdateTest.java71 assertThat(update.getConnectionEvent()).isEqualTo(CONNECTION_EVENT_VOLTE_SIP); in testGetters()
/frameworks/base/telephony/java/android/telephony/
DSecurityAlgorithmUpdate.java55 public @ConnectionEvent int getConnectionEvent() { in getConnectionEvent() method in SecurityAlgorithmUpdate