Searched refs:transitionThroughState (Results 1 – 2 of 2) sorted by relevance
532 int bound = transitionThroughState(oldState, newState, State.BOUND_AND_CONNECTING); in onStateTransition()533 int connected = transitionThroughState(oldState, newState, State.CONNECTED); in onStateTransition()553 private int transitionThroughState( in transitionThroughState() method
8756 PLcom/android/server/backup/transport/TransportConnection;->transitionThroughState(III)I