HomeSort by relevance Sort by last modified time
    Searched full:servicestoenable (Results 1 - 1 of 1) sorted by null

  /frameworks/base/services/tests/servicestests/src/com/android/server/
AccessibilityManagerServiceTest.java 601 StringBuilder servicesToEnable = new StringBuilder();
603 servicesToEnable.append(MyFirstMockAccessibilityService.sComponentName).append(":");
606 servicesToEnable.append(MySecondMockAccessibilityService.sComponentName).append(":");
609 if (servicesToEnable.equals(enabledServices)) {
614 Settings.Secure.ENABLED_ACCESSIBILITY_SERVICES, servicesToEnable.toString());

Completed in 30 milliseconds