Searched refs:SERVICES_SEPARATOR (Results 1 – 5 of 5) sorted by relevance
21 import static com.android.internal.accessibility.common.ShortcutConstants.SERVICES_SEPARATOR;47 new TextUtils.SimpleStringSplitter(SERVICES_SEPARATOR);62 final StringJoiner joiner = new StringJoiner(String.valueOf(SERVICES_SEPARATOR)); in optInValueToSettings()93 final StringJoiner joiner = new StringJoiner(String.valueOf(SERVICES_SEPARATOR)); in optOutValueFromSettings()
20 import static com.android.internal.accessibility.common.ShortcutConstants.SERVICES_SEPARATOR;114 new TextUtils.SimpleStringSplitter(SERVICES_SEPARATOR); in getEnabledServicesFromSettings()158 SERVICES_SEPARATOR); in setAccessibilityServiceState()
19 import static com.android.internal.accessibility.common.ShortcutConstants.SERVICES_SEPARATOR;92 final StringJoiner stringJoiner = new StringJoiner(String.valueOf(SERVICES_SEPARATOR)); in getShortcutTargets()
50 public static final char SERVICES_SEPARATOR = ':'; field in ShortcutConstants
22 import static com.android.internal.accessibility.common.ShortcutConstants.SERVICES_SEPARATOR;290 final StringJoiner stringJoiner = new StringJoiner(String.valueOf(SERVICES_SEPARATOR)); in setupShortcutTargets()