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()
99 protected static final String ENABLED_SERVICES_SEPARATOR = ":"; field in ManagedServices330 pw.println(" " + String.join(ENABLED_SERVICES_SEPARATOR, approved) in dump()419 value = value + ENABLED_SERVICES_SEPARATOR + currentSetting; in onSettingRestored()439 String defaults = String.join(ENABLED_SERVICES_SEPARATOR, componentStrings); in writeDefaults()469 String allowedItems = String.join(ENABLED_SERVICES_SEPARATOR, approved); in writeXml()518 String[] components = defaultComponents.split(ENABLED_SERVICES_SEPARATOR); in readDefaults()651 String[] approvedArray = approved.split(ENABLED_SERVICES_SEPARATOR); in addApprovedList()710 return String.join(ENABLED_SERVICES_SEPARATOR, approved); in getApproved()
115 String defaults = String.join(ENABLED_SERVICES_SEPARATOR, mDefaultPackages); in writeDefaults()203 String[] dnds = defaultDndAccess.split(ManagedServices.ENABLED_SERVICES_SEPARATOR); in loadDefaultsFromConfig()
8674 .split(ManagedServices.ENABLED_SERVICES_SEPARATOR)));9138 defaultListenerAccess.split(ManagedServices.ENABLED_SERVICES_SEPARATOR);
1362 ManagedServices.ENABLED_SERVICES_SEPARATOR))); in stringToList()