Searched refs:Customizations (Results 1 – 1 of 1) sorted by relevance
69 Customizations customizations = getCustomizations(context); in Settings()115 private void generateSetting(Customizations customizations) { in generateSetting()140 static class Customizations { class in Settings144 public Customizations(Resources resources, String packageName) { in Customizations() method in Settings.Customizations155 private Customizations getCustomizations(Context context) { in getCustomizations()177 return resources == null ? null : new Customizations(resources, packageName); in getCustomizations()