Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DHeadsetPhoneState.java42 private int mService = HeadsetHalConstants.NETWORK_STATE_NOT_AVAILABLE;
254 HeadsetHalConstants.NETWORK_STATE_NOT_AVAILABLE; in getPhoneStateListener()
265 if (mService == HeadsetHalConstants.NETWORK_STATE_NOT_AVAILABLE) { in getPhoneStateListener()
DHeadsetHalConstants.java48 final static int NETWORK_STATE_NOT_AVAILABLE = 0; field in HeadsetHalConstants
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
DHeadsetClientHalConstants.java49 final static int NETWORK_STATE_NOT_AVAILABLE = 0; field in HeadsetClientHalConstants
DHeadsetClientStateMachine.java678 mIndicatorNetworkState = HeadsetClientHalConstants.NETWORK_STATE_NOT_AVAILABLE; in HeadsetClientStateMachine()
753 mIndicatorNetworkState = HeadsetClientHalConstants.NETWORK_STATE_NOT_AVAILABLE; in enter()
1217 HeadsetClientHalConstants.NETWORK_STATE_NOT_AVAILABLE) { in processMessage()