Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/
DHeadsetClientStateMachine.java148 private int mIndicatorNetworkType; field in HeadsetClientStateMachine
221 ProfileService.println(sb, " mIndicatorNetworkType: " + mIndicatorNetworkType); in dump()
395 mIndicatorNetworkType == HeadsetClientHalConstants.SERVICE_TYPE_ROAMING); in sendNetworkStateChangedIntent()
925 mIndicatorNetworkType = HeadsetClientHalConstants.SERVICE_TYPE_HOME; in HeadsetClientStateMachine()
1058 mIndicatorNetworkType = HeadsetClientHalConstants.SERVICE_TYPE_HOME; in enter()
1662 mIndicatorNetworkType = event.valueInt; in processMessage()
2339 b.putInt(BluetoothHeadsetClient.EXTRA_NETWORK_ROAMING, mIndicatorNetworkType); in getCurrentAgEvents()