HomeSort by relevance Sort by last modified time
    Searched refs:COMPONENT_NAME_SEPARATOR (Results 1 - 4 of 4) sorted by null

  /cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
InstrumentedAccessibilityService.java 24 // Match com.android.server.accessibility.AccessibilityManagerService#COMPONENT_NAME_SEPARATOR
25 private static final String COMPONENT_NAME_SEPARATOR = ":";
134 enabledServices + COMPONENT_NAME_SEPARATOR + serviceId)
  /cts/tests/tests/uiautomation/src/android/app/uiautomation/cts/
UiAutomationTest.java 51 private static final String COMPONENT_NAME_SEPARATOR = ":";
393 enabledServices + COMPONENT_NAME_SEPARATOR + serviceInfo.getId());
  /frameworks/base/services/print/java/com/android/server/print/
UserState.java 99 private static final char COMPONENT_NAME_SEPARATOR = ':';
104 new SimpleStringSplitter(COMPONENT_NAME_SEPARATOR);
    [all...]
  /frameworks/base/services/accessibility/java/com/android/server/accessibility/
AccessibilityManagerService.java 168 private static final char COMPONENT_NAME_SEPARATOR = ':';
184 new SimpleStringSplitter(COMPONENT_NAME_SEPARATOR);
    [all...]

Completed in 106 milliseconds