Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
DHeadsetClientStateMachine.java245 private void changeCallsState(int old_state, int new_state) { in changeCallsState() argument
246 Log.d(TAG, "changeStateFromCalls old:" + old_state + " new: " + new_state); in changeCallsState()
249 if (c.getState() == old_state) { in changeCallsState()