Searched refs:ENABLED_SERVICES_SEPARATOR (Results 1 – 5 of 5) sorted by relevance
53 private static final String ENABLED_SERVICES_SEPARATOR = ":"; field in EnabledComponentsObserver294 String[] restored = settingValue.split(ENABLED_SERVICES_SEPARATOR); in loadComponentNamesFromSetting()
108 protected static final String ENABLED_SERVICES_SEPARATOR = ":"; field in ManagedServices367 pw.println(" " + String.join(ENABLED_SERVICES_SEPARATOR, approved) in dump()483 value = value + ENABLED_SERVICES_SEPARATOR + currentSetting; in onSettingRestored()509 String defaults = String.join(ENABLED_SERVICES_SEPARATOR, componentStrings); in writeDefaults()543 : String.join(ENABLED_SERVICES_SEPARATOR, approved); in writeXml()552 String.join(ENABLED_SERVICES_SEPARATOR, userSet); in writeXml()624 String[] components = defaultComponents.split(ENABLED_SERVICES_SEPARATOR); in readDefaults()802 String[] approvedArray = approved.split(ENABLED_SERVICES_SEPARATOR); in addApprovedList()815 String[] userSetArray = userSet.split(ENABLED_SERVICES_SEPARATOR); in addApprovedList()892 return String.join(ENABLED_SERVICES_SEPARATOR, approved); in getApproved()
119 String defaults = String.join(ENABLED_SERVICES_SEPARATOR, mDefaultPackages); in writeDefaults()212 String[] dnds = defaultDndAccess.split(ManagedServices.ENABLED_SERVICES_SEPARATOR); in loadDefaultsFromConfig()473 String[] dnds = defaultDndDenied.split(ManagedServices.ENABLED_SERVICES_SEPARATOR); in removeDefaultFromConfig()
10828 .split(ManagedServices.ENABLED_SERVICES_SEPARATOR)));10873 String[] approvedArray = approved.split(ENABLED_SERVICES_SEPARATOR);11458 defaultListenerAccess.split(ManagedServices.ENABLED_SERVICES_SEPARATOR);
2217 ManagedServices.ENABLED_SERVICES_SEPARATOR))); in stringToList()