Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
H A DHeadsetClientStateMachine.java156 private int mIndicatorNetworkType; field in HeadsetClientStateMachine
212 ProfileService.println(sb, " mIndicatorNetworkType: " + mIndicatorNetworkType); in dump()
775 mIndicatorNetworkType = HeadsetClientHalConstants.SERVICE_TYPE_HOME; in HeadsetClientStateMachine()
884 mIndicatorNetworkType = HeadsetClientHalConstants.SERVICE_TYPE_HOME; in enter()
1395 mIndicatorNetworkType = event.valueInt; in processMessage()
1957 b.putInt(BluetoothHeadsetClient.EXTRA_NETWORK_ROAMING, mIndicatorNetworkType); in getCurrentAgEvents()