Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/applications/assist/
H A DVoiceInputUtils.java50 String currentSetting = Settings.Secure.getString(context.getContentResolver(), in getComponentNameOrNull() local
52 if (!TextUtils.isEmpty(currentSetting)) { in getComponentNameOrNull()
53 return ComponentName.unflattenFromString(currentSetting); in getComponentNameOrNull()
/aosp12/packages/apps/Settings/src/com/android/settings/applications/assist/
H A DVoiceInputHelper.java101 String currentSetting = Settings.Secure.getString( in buildUi() local
103 if (currentSetting != null && !currentSetting.isEmpty()) { in buildUi()
104 mCurrentRecognizer = ComponentName.unflattenFromString(currentSetting); in buildUi()
/aosp12/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsProvider.java3768 currentSetting.isNull()) {
3810 if (currentSetting.isNull()) {
3826 if (currentSetting.isNull()) {
4102 if (currentSetting.isNull()) {
4193 if (currentSetting.isNull()) {
4267 if (currentSetting.isNull()) {
4360 if (currentSetting.isNull()) {
4437 if (currentSetting.isNull()) {
4562 if (!currentSetting.isNull()) {
4774 if (!currentSetting.isNull()) {
[all …]
/aosp12/frameworks/base/services/core/java/com/android/server/notification/
H A DManagedServices.java448 String currentSetting = in onSettingRestored() local
450 if (!TextUtils.isEmpty(currentSetting)) { in onSettingRestored()
452 value = value + ENABLED_SERVICES_SEPARATOR + currentSetting; in onSettingRestored()
454 value = currentSetting; in onSettingRestored()