Home
last modified time | relevance | path

Searched defs:enableService (Results 1 – 18 of 18) 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.java44 protected void enableService() { in enableService() method in DatasetFilteringInlineTest
DInlineSimpleSaveActivityTest.java54 protected void enableService() { in enableService() method in InlineSimpleSaveActivityTest
DInlineFillEventHistoryTest.java67 protected void enableService() { in enableService() method in InlineFillEventHistoryTest
DInlineTooltipTest.java53 protected void enableService() { in enableService() method in InlineTooltipTest
DInlineFilteringTest.java47 protected void enableService() { in enableService() method in InlineFilteringTest
DInlineAuthenticationTest.java69 protected void enableService() { in enableService() method in InlineAuthenticationTest
DInlineLoginMixedCredentialActivityTest.java130 protected void enableService() { in enableService() method in InlineLoginMixedCredentialActivityTest
DInlineLoginActivityTest.java82 protected void enableService() { in enableService() method in InlineLoginActivityTest
/cts/tests/accessibility/common/src/android/accessibility/cts/common/
DInstrumentedAccessibilityServiceTestRule.java92 boolean enableService) { in InstrumentedAccessibilityServiceTestRule()
116 public T enableService() { in enableService() method in InstrumentedAccessibilityServiceTestRule
DInstrumentedAccessibilityService.java207 public static <T extends InstrumentedAccessibilityService> T enableService( in enableService() method in InstrumentedAccessibilityService
/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
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.java92 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