Home
last modified time | relevance | path

Searched refs:servicesToEnable (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/print/printTestUtilLib/src/android/print/test/
DBasePrintTest.java269 protected static void enablePrintServices(@NonNull String servicesToEnable) throws IOException { in enablePrintServices() argument
272 + servicesToEnable); in enablePrintServices() local
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityEndToEndTest.java1934 final String servicesToEnable = service1.flattenToShortString() in testUninstallPackage_DisablesMultipleServices() local
1938 servicesToEnable) in testUninstallPackage_DisablesMultipleServices()
2269 final String servicesToEnable = service.flattenToShortString(); in testUpdateServiceWithoutIntent_disablesService() local
2272 Settings.Secure.ENABLED_ACCESSIBILITY_SERVICES, servicesToEnable) in testUpdateServiceWithoutIntent_disablesService()
2276 "Failed to enable service:" + servicesToEnable, in testUpdateServiceWithoutIntent_disablesService()