Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/bluetooth/
DBluetoothHeadsetClientCall.java52 public static final int CALL_STATE_INCOMING = 4; field in BluetoothHeadsetClientCall
222 case CALL_STATE_INCOMING: builder.append("INCOMING"); break; in toString()