Searched refs:getConnectionEvent (Results 1 – 3 of 3) sorted by relevance
217 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()
71 assertThat(update.getConnectionEvent()).isEqualTo(CONNECTION_EVENT_VOLTE_SIP); in testGetters()
55 public @ConnectionEvent int getConnectionEvent() { in getConnectionEvent() method in SecurityAlgorithmUpdate