OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CtsContentCaptureService
(Results
1 - 2
of
2
) sorted by null
/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/
AbstractContentCaptureIntegrationTest.java
30
import android.contentcaptureservice.cts.
CtsContentCaptureService
.ServiceWatcher;
92
return
CtsContentCaptureService
.getExceptions();
201
CtsContentCaptureService
.resetStaticState();
210
* Sets {@link
CtsContentCaptureService
} as the service for the current user and waits until
213
public
CtsContentCaptureService
enableService() throws InterruptedException {
217
public
CtsContentCaptureService
enableService(@Nullable Set<String> whitelistedPackages,
222
public
CtsContentCaptureService
enableService(
227
mServiceWatcher =
CtsContentCaptureService
.setServiceWatcher();
228
setService(
CtsContentCaptureService
.SERVICE_NAME);
CtsContentCaptureService.java
51
public class
CtsContentCaptureService
extends ContentCaptureService {
53
private static final String TAG =
CtsContentCaptureService
.class.getSimpleName();
56
+
CtsContentCaptureService
.class.getSimpleName();
58
componentNameFor(
CtsContentCaptureService
.class);
483
private
CtsContentCaptureService
mService;
486
public
CtsContentCaptureService
waitOnCreate() throws InterruptedException {
Completed in 2242 milliseconds