Home
last modified time | relevance | path

Searched defs:enableService (Results 1 – 8 of 8) sorted by relevance

/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/
DAbstractContentCaptureIntegrationTest.java213 public CtsContentCaptureService enableService() throws InterruptedException { in enableService() method in AbstractContentCaptureIntegrationTest
217 public CtsContentCaptureService enableService(@Nullable Set<String> whitelistedPackages, in enableService() method in AbstractContentCaptureIntegrationTest
222 public CtsContentCaptureService enableService( in enableService() method in AbstractContentCaptureIntegrationTest
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DContentCaptureRestrictionsTest.java73 private void enableService() throws Exception { in enableService() method in ContentCaptureRestrictionsTest
DContentSuggestionsRestrictionsTest.java85 private void enableService() throws Exception { in enableService() method in ContentSuggestionsRestrictionsTest
DAutofillRestrictionsTest.java85 private void enableService() throws Exception { in enableService() method in AutofillRestrictionsTest
/cts/tests/tests/telecom/src/android/telecom/cts/
DCtsPhoneAccountSuggestionService.java43 public static void enableService(Context context) { in enableService() method in CtsPhoneAccountSuggestionService
DMockCallScreeningService.java92 public static void enableService(Context context) { in enableService() method in MockCallScreeningService
/cts/tests/autofillservice/src/android/autofillservice/cts/
DVirtualContainerActivityCompatModeTest.java85 protected void enableService() { in enableService() method in VirtualContainerActivityCompatModeTest
/cts/tests/accessibility/common/src/android/accessibility/cts/common/
DInstrumentedAccessibilityService.java169 public static <T extends InstrumentedAccessibilityService> T enableService( in enableService() method in InstrumentedAccessibilityService