Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/bluetooth/
DBluetoothHeadsetClientCall.java48 public static final int CALL_STATE_ALERTING = 3; field in BluetoothHeadsetClientCall
221 case CALL_STATE_ALERTING: builder.append("ALERTING"); break; in toString()