Home
last modified time | relevance | path

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

/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/
DAbstractContentCaptureIntegrationTest.java220 public CtsContentCaptureService enableService() throws InterruptedException { in enableService() method in AbstractContentCaptureIntegrationTest
224 public CtsContentCaptureService enableService(@Nullable Set<String> whitelistedPackages, in enableService() method in AbstractContentCaptureIntegrationTest
229 public CtsContentCaptureService enableService( in enableService() method in AbstractContentCaptureIntegrationTest
/cts/tests/autofillservice/src/android/autofillservice/cts/inline/
DDatasetFilteringInlineTest.java45 protected void enableService() { in enableService() method in DatasetFilteringInlineTest
DInlineSimpleSaveActivityTest.java55 protected void enableService() { in enableService() method in InlineSimpleSaveActivityTest
DInlineFillEventHistoryTest.java65 protected void enableService() { in enableService() method in InlineFillEventHistoryTest
DInlineTooltipTest.java54 protected void enableService() { in enableService() method in InlineTooltipTest
DInlineFilteringTest.java48 protected void enableService() { in enableService() method in InlineFilteringTest
DInlineLoginActivityTest.java66 protected void enableService() { in enableService() method in InlineLoginActivityTest
/cts/hostsidetests/appbinding/app/src/com/android/cts/appbinding/app/
DMyEnabler.java35 public void enableService() { in enableService() method in MyEnabler
/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/dropdown/
DVirtualContainerActivityCompatModeTest.java90 protected void enableService() { in enableService() method in VirtualContainerActivityCompatModeTest
/cts/tests/tests/speech/src/android/speech/tts/cts/
DTextToSpeechConnectionTest.java177 private void enableService(@NonNull Class<?> clazz) { in enableService() method in TextToSpeechConnectionTest
/cts/tests/accessibility/common/src/android/accessibility/cts/common/
DInstrumentedAccessibilityService.java171 public static <T extends InstrumentedAccessibilityService> T enableService( in enableService() method in InstrumentedAccessibilityService