Home
last modified time | relevance | path

Searched refs:COMPONENT_NAME_SEPARATOR (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/infra/
H A DSecureSettingsServiceNameResolver.java40 private static final char COMPONENT_NAME_SEPARATOR = ':'; field in SecureSettingsServiceNameResolver
43 new TextUtils.SimpleStringSplitter(COMPONENT_NAME_SEPARATOR);
104 builder.append(COMPONENT_NAME_SEPARATOR); in setServiceNameList()
/aosp14/frameworks/base/services/print/java/com/android/server/print/
H A DUserState.java110 private static final char COMPONENT_NAME_SEPARATOR = ':'; field in UserState
115 new SimpleStringSplitter(COMPONENT_NAME_SEPARATOR);
998 builder.append(COMPONENT_NAME_SEPARATOR); in writeDisabledPrintServicesLocked()
/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAccessibilityManagerService.java228 private static final char COMPONENT_NAME_SEPARATOR = ':'; field in AccessibilityManagerService
244 new SimpleStringSplitter(COMPONENT_NAME_SEPARATOR);
2382 builder.append(COMPONENT_NAME_SEPARATOR); in persistColonDelimitedSetToSettingLocked()