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

  /frameworks/base/services/java/com/android/server/print/
PrintManagerService.java 63 private static final char COMPONENT_NAME_SEPARATOR = ':';
492 builder.append(COMPONENT_NAME_SEPARATOR);
UserState.java 85 private static final char COMPONENT_NAME_SEPARATOR = ':';
88 new SimpleStringSplitter(COMPONENT_NAME_SEPARATOR);
    [all...]
  /frameworks/base/services/java/com/android/server/accessibility/
AccessibilityManagerService.java 136 private static final char COMPONENT_NAME_SEPARATOR = ':';
154 new SimpleStringSplitter(COMPONENT_NAME_SEPARATOR);
    [all...]

Completed in 57 milliseconds