Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothPairingController.java74 private boolean mIsLeContactSharingEnabled; field in BluetoothPairingController
109 mIsLeContactSharingEnabled = true; in BluetoothPairingController()
119 mIsLeContactSharingEnabled = DeviceConfig.getBoolean(DeviceConfig.NAMESPACE_SETTINGS_UI, in BluetoothPairingController()
123 + mIsLeContactSharingEnabled + " isCooridnatedSetMember " in BluetoothPairingController()
226 return mIsLeContactSharingEnabled; in isLeContactSharingEnabled()
DBluetoothDetailsProfilesController.java96 private boolean mIsLeContactSharingEnabled = false; field in BluetoothDetailsProfilesController
178 && !mIsLeContactSharingEnabled) { in refreshProfilePreference()
530 mIsLeContactSharingEnabled = DeviceConfig.getBoolean(DeviceConfig.NAMESPACE_SETTINGS_UI, in updateLeAudioConfig()
544 Log.d(TAG, "BT_LE_AUDIO_CONTACT_SHARING_ENABLED:" + mIsLeContactSharingEnabled in updateLeAudioConfig()