Searched refs:COMPONENT_NAME_SEPARATOR (Results 1 – 7 of 7) sorted by relevance
32 private static final char COMPONENT_NAME_SEPARATOR = ':'; field in PreferredShortcut34 new TextUtils.SimpleStringSplitter(COMPONENT_NAME_SEPARATOR);77 return mComponentName + COMPONENT_NAME_SEPARATOR + mType; in toString()
77 private static final char COMPONENT_NAME_SEPARATOR = ':'; field in AccessibilityUtil79 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()
72 private static final char COMPONENT_NAME_SEPARATOR = ':'; field in ToggleScreenMagnificationPreferenceFragment74 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()
71 private static final char COMPONENT_NAME_SEPARATOR = ':'; field in MagnificationModePreferenceController263 final StringJoiner joiner = new StringJoiner(String.valueOf(COMPONENT_NAME_SEPARATOR)); in optInMagnificationToAccessibilityButton()
103 private static final String COMPONENT_NAME_SEPARATOR = ","; field in CarMediaService1035 return componentNames.stream().collect(Collectors.joining(COMPONENT_NAME_SEPARATOR)); in serializeComponentNameList()1039 String[] componentNames = serialized.split(COMPONENT_NAME_SEPARATOR); in getComponentNameList()
110 private static final char COMPONENT_NAME_SEPARATOR = ':'; field in UserState115 new SimpleStringSplitter(COMPONENT_NAME_SEPARATOR);986 builder.append(COMPONENT_NAME_SEPARATOR); in writeDisabledPrintServicesLocked()
189 private static final char COMPONENT_NAME_SEPARATOR = ':'; field in AccessibilityManagerService203 new SimpleStringSplitter(COMPONENT_NAME_SEPARATOR);1893 builder.append(COMPONENT_NAME_SEPARATOR); in persistColonDelimitedSetToSettingLocked()