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.java58 private int mCindService = HeadsetHalConstants.NETWORK_STATE_NOT_AVAILABLE;
265 mCindService = HeadsetHalConstants.NETWORK_STATE_NOT_AVAILABLE; in onSubscriptionsChanged()
285 : HeadsetHalConstants.NETWORK_STATE_NOT_AVAILABLE; in onServiceStateChanged()
301 if (mCindService == HeadsetHalConstants.NETWORK_STATE_NOT_AVAILABLE) { in onSignalStrengthsChanged()
DHeadsetHalConstants.java48 static final int NETWORK_STATE_NOT_AVAILABLE = 0; field in HeadsetHalConstants
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
DHeadsetClientHalConstants.java49 static final int NETWORK_STATE_NOT_AVAILABLE = 0; field in HeadsetClientHalConstants
DHeadsetClientStateMachine.java774 mIndicatorNetworkState = HeadsetClientHalConstants.NETWORK_STATE_NOT_AVAILABLE; in HeadsetClientStateMachine()
883 mIndicatorNetworkState = HeadsetClientHalConstants.NETWORK_STATE_NOT_AVAILABLE; in enter()
1374 == HeadsetClientHalConstants.NETWORK_STATE_NOT_AVAILABLE) { in processMessage()