Searched defs:enableService (Results 1 – 8 of 8) sorted by relevance
213 public CtsContentCaptureService enableService() throws InterruptedException { in enableService() method in AbstractContentCaptureIntegrationTest217 public CtsContentCaptureService enableService(@Nullable Set<String> whitelistedPackages, in enableService() method in AbstractContentCaptureIntegrationTest222 public CtsContentCaptureService enableService( in enableService() method in AbstractContentCaptureIntegrationTest
73 private void enableService() throws Exception { in enableService() method in ContentCaptureRestrictionsTest
85 private void enableService() throws Exception { in enableService() method in ContentSuggestionsRestrictionsTest
85 private void enableService() throws Exception { in enableService() method in AutofillRestrictionsTest
43 public static void enableService(Context context) { in enableService() method in CtsPhoneAccountSuggestionService
92 public static void enableService(Context context) { in enableService() method in MockCallScreeningService
85 protected void enableService() { in enableService() method in VirtualContainerActivityCompatModeTest
169 public static <T extends InstrumentedAccessibilityService> T enableService( in enableService() method in InstrumentedAccessibilityService