Searched refs:currentSetting (Results 1 – 4 of 4) sorted by relevance
50 String currentSetting = Settings.Secure.getString(context.getContentResolver(), in getComponentNameOrNull() local52 if (!TextUtils.isEmpty(currentSetting)) { in getComponentNameOrNull()53 return ComponentName.unflattenFromString(currentSetting); in getComponentNameOrNull()
101 String currentSetting = Settings.Secure.getString( in buildUi() local103 if (currentSetting != null && !currentSetting.isEmpty()) { in buildUi()104 mCurrentRecognizer = ComponentName.unflattenFromString(currentSetting); in buildUi()
3768 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 …]
448 String currentSetting = in onSettingRestored() local450 if (!TextUtils.isEmpty(currentSetting)) { in onSettingRestored()452 value = value + ENABLED_SERVICES_SEPARATOR + currentSetting; in onSettingRestored()454 value = currentSetting; in onSettingRestored()