Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DPhonePolicy.java76 static final String AUTO_CONNECT_PROFILES_PROPERTY = "bluetooth.auto_connect_profiles.enabled"; field in PhonePolicy
182 SystemProperties.getBoolean(AUTO_CONNECT_PROFILES_PROPERTY, false); in PhonePolicy()