Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DCallAudioRouteStateMachine.java90 public static final int USER_SWITCH_BLUETOOTH = 1102; field in CallAudioRouteStateMachine
126 put(USER_SWITCH_BLUETOOTH, "USER_SWITCH_BLUETOOTH");
262 case USER_SWITCH_BLUETOOTH: in processMessage()
439 case USER_SWITCH_BLUETOOTH: in processMessage()
618 case USER_SWITCH_BLUETOOTH: in processMessage()
795 case USER_SWITCH_BLUETOOTH: in processMessage()
DCallAudioManager.java360 CallAudioRouteStateMachine.USER_SWITCH_BLUETOOTH); in setAudioRoute()