Home
last modified time | relevance | path

Searched refs:MyContentCaptureService (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/apct-tests/perftests/contentcapture/src/android/view/contentcapture/
H A DMyContentCaptureService.java32 public class MyContentCaptureService extends ContentCaptureService { class
34 private static final String TAG = MyContentCaptureService.class.getSimpleName();
37 + MyContentCaptureService.class.getName();
132 private MyContentCaptureService mService;
135 public MyContentCaptureService waitOnCreate() throws InterruptedException { in waitOnCreate()
H A DAbstractContentCapturePerfTestCase.java63 private MyContentCaptureService.ServiceWatcher mServiceWatcher;
90 MyContentCaptureService.resetStaticState(); in safelyDisableService()
227 public MyContentCaptureService enableService() throws InterruptedException { in enableService()
232 mServiceWatcher = MyContentCaptureService.setServiceWatcher(); in enableService()
233 setService(MyContentCaptureService.SERVICE_NAME); in enableService()