Searched refs:sLeAudioSupportedStateCache (Results 1 – 2 of 2) sorted by relevance
80 mController.sLeAudioSupportedStateCache = BluetoothStatusCodes.FEATURE_SUPPORTED; in onPreferenceChanged_settingEnabled_shouldTurnOnLeAudioDeviceDetailSetting()89 mController.sLeAudioSupportedStateCache = BluetoothStatusCodes.FEATURE_SUPPORTED; in onPreferenceChanged_settingDisabled_shouldTurnOffLeAudioDeviceDetailSetting()98 mController.sLeAudioSupportedStateCache = BluetoothStatusCodes.FEATURE_SUPPORTED; in updateState_settingEnabled_preferenceShouldBeChecked()107 mController.sLeAudioSupportedStateCache = BluetoothStatusCodes.FEATURE_SUPPORTED; in updateState_settingDisabled_preferenceShouldNotBeChecked()117 mController.sLeAudioSupportedStateCache = BluetoothStatusCodes.ERROR_UNKNOWN; in isAvailable_leAudioSupported()126 mController.sLeAudioSupportedStateCache = BluetoothStatusCodes.ERROR_UNKNOWN; in isAvailable_leAudioNotSupported()
44 static int sLeAudioSupportedStateCache = BluetoothStatusCodes.ERROR_UNKNOWN; field in BluetoothLeAudioDeviceDetailsPreferenceController67 if (sLeAudioSupportedStateCache == BluetoothStatusCodes.ERROR_UNKNOWN in isAvailable()71 sLeAudioSupportedStateCache = isLeAudioSupported; in isAvailable()77 && (sLeAudioSupportedStateCache == BluetoothStatusCodes.FEATURE_SUPPORTED); in isAvailable()