Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DHeadsetPhoneState.java240 int signal = mCindService == HeadsetHalConstants.NETWORK_STATE_AVAILABLE ? mCindSignal : 0; in sendDeviceStateChanged()
280 ? HeadsetHalConstants.NETWORK_STATE_AVAILABLE in onServiceStateChanged()
DHeadsetHalConstants.java49 static final int NETWORK_STATE_AVAILABLE = 1; field in HeadsetHalConstants
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
DHeadsetClientHalConstants.java50 static final int NETWORK_STATE_AVAILABLE = 1; field in HeadsetClientHalConstants
DHeadsetClientStateMachine.java1268 == HeadsetClientHalConstants.NETWORK_STATE_AVAILABLE) { in processMessage()