Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
H A DHeadsetHalConstants.java52 static final int SERVICE_TYPE_HOME = 0; field in HeadsetHalConstants
H A DHeadsetPhoneState.java68 private int mCindRoam = HeadsetHalConstants.SERVICE_TYPE_HOME;
287 : HeadsetHalConstants.SERVICE_TYPE_HOME; in onServiceStateChanged()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
H A DHeadsetClientHalConstants.java53 static final int SERVICE_TYPE_HOME = 0; field in HeadsetClientHalConstants
H A DHeadsetClientStateMachine.java775 mIndicatorNetworkType = HeadsetClientHalConstants.SERVICE_TYPE_HOME; in HeadsetClientStateMachine()
884 mIndicatorNetworkType = HeadsetClientHalConstants.SERVICE_TYPE_HOME; in enter()