Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/
DHeadsetPhoneState.java55 private int mCindService = HeadsetHalConstants.NETWORK_STATE_NOT_AVAILABLE;
297 mCindService = HeadsetHalConstants.NETWORK_STATE_NOT_AVAILABLE; in onSubscriptionsChanged()
318 : HeadsetHalConstants.NETWORK_STATE_NOT_AVAILABLE; in onServiceStateChanged()
336 if (mCindService == HeadsetHalConstants.NETWORK_STATE_NOT_AVAILABLE) { in onSignalStrengthsChanged()
DHeadsetHalConstants.java44 static final int NETWORK_STATE_NOT_AVAILABLE = 0; field in HeadsetHalConstants
DHeadsetStateMachine.java2137 == HeadsetHalConstants.NETWORK_STATE_NOT_AVAILABLE))) { in processAtCind()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/
DHeadsetClientHalConstants.java46 static final int NETWORK_STATE_NOT_AVAILABLE = 0; field in HeadsetClientHalConstants
DHeadsetClientStateMachine.java924 mIndicatorNetworkState = HeadsetClientHalConstants.NETWORK_STATE_NOT_AVAILABLE; in HeadsetClientStateMachine()
1057 mIndicatorNetworkState = HeadsetClientHalConstants.NETWORK_STATE_NOT_AVAILABLE; in enter()
1639 == HeadsetClientHalConstants.NETWORK_STATE_NOT_AVAILABLE) { in processMessage()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hfpclient/
DHfpNativeInterfaceTest.java100 int state = HeadsetClientHalConstants.NETWORK_STATE_NOT_AVAILABLE; in onNetworkState()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hfp/
DHeadsetStateMachineTest.java1293 .thenReturn(HeadsetHalConstants.NETWORK_STATE_NOT_AVAILABLE); in testCindEventWhenCallIsInProgress()
1318 eq(HeadsetHalConstants.NETWORK_STATE_NOT_AVAILABLE), in testCindEventWhenCallIsInProgress()