Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/src/com/android/settings/accessibility/
H A DPreferredShortcut.java32 private static final char COMPONENT_NAME_SEPARATOR = ':'; field in PreferredShortcut
34 new TextUtils.SimpleStringSplitter(COMPONENT_NAME_SEPARATOR);
77 return mComponentName + COMPONENT_NAME_SEPARATOR + mType; in toString()
H A DAccessibilityUtil.java77 private static final char COMPONENT_NAME_SEPARATOR = ':'; field in AccessibilityUtil
79 new TextUtils.SimpleStringSplitter(COMPONENT_NAME_SEPARATOR);
223 final StringJoiner joiner = new StringJoiner(String.valueOf(COMPONENT_NAME_SEPARATOR)); in optInValueToSettings()
260 final StringJoiner joiner = new StringJoiner(String.valueOf(COMPONENT_NAME_SEPARATOR)); in optOutValueFromSettings()
H A DToggleScreenMagnificationPreferenceFragment.java72 private static final char COMPONENT_NAME_SEPARATOR = ':'; field in ToggleScreenMagnificationPreferenceFragment
74 new TextUtils.SimpleStringSplitter(COMPONENT_NAME_SEPARATOR);
478 final StringJoiner joiner = new StringJoiner(String.valueOf(COMPONENT_NAME_SEPARATOR)); in optInMagnificationValueToSettings()
518 final StringJoiner joiner = new StringJoiner(String.valueOf(COMPONENT_NAME_SEPARATOR)); in optOutMagnificationValueFromSettings()
H A DMagnificationModePreferenceController.java71 private static final char COMPONENT_NAME_SEPARATOR = ':'; field in MagnificationModePreferenceController
263 final StringJoiner joiner = new StringJoiner(String.valueOf(COMPONENT_NAME_SEPARATOR)); in optInMagnificationToAccessibilityButton()
/aosp12/packages/services/Car/service/src/com/android/car/
H A DCarMediaService.java103 private static final String COMPONENT_NAME_SEPARATOR = ","; field in CarMediaService
1035 return componentNames.stream().collect(Collectors.joining(COMPONENT_NAME_SEPARATOR)); in serializeComponentNameList()
1039 String[] componentNames = serialized.split(COMPONENT_NAME_SEPARATOR); in getComponentNameList()
/aosp12/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);
986 builder.append(COMPONENT_NAME_SEPARATOR); in writeDisabledPrintServicesLocked()
/aosp12/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAccessibilityManagerService.java189 private static final char COMPONENT_NAME_SEPARATOR = ':'; field in AccessibilityManagerService
203 new SimpleStringSplitter(COMPONENT_NAME_SEPARATOR);
1893 builder.append(COMPONENT_NAME_SEPARATOR); in persistColonDelimitedSetToSettingLocked()