Searched refs:ENABLED_SERVICES_SEPARATOR (Results 1 – 4 of 4) sorted by relevance
53 private static final String ENABLED_SERVICES_SEPARATOR = ":"; field in EnabledComponentsObserver294 String[] restored = settingValue.split(ENABLED_SERVICES_SEPARATOR); in loadComponentNamesFromSetting()
98 protected static final String ENABLED_SERVICES_SEPARATOR = ":"; field in ManagedServices210 pw.println(" " + String.join(ENABLED_SERVICES_SEPARATOR, approved) in dump()299 value = value + ENABLED_SERVICES_SEPARATOR + currentSetting; in onSettingRestored()336 String allowedItems = String.join(ENABLED_SERVICES_SEPARATOR, approved); in writeXml()463 String[] approvedArray = approved.split(ENABLED_SERVICES_SEPARATOR); in addApprovedList()522 return String.join(ENABLED_SERVICES_SEPARATOR, approved); in getApproved()
529 defaultListenerAccess.split(ManagedServices.ENABLED_SERVICES_SEPARATOR)) { in readDefaultApprovedServices()550 defaultDndAccess.split(ManagedServices.ENABLED_SERVICES_SEPARATOR)) { in readDefaultApprovedServices()
1120 ManagedServices.ENABLED_SERVICES_SEPARATOR))); in stringToList()