Searched refs:MyContentCaptureService (Results 1 – 2 of 2) sorted by relevance
32 public class MyContentCaptureService extends ContentCaptureService { class34 private static final String TAG = MyContentCaptureService.class.getSimpleName();37 + MyContentCaptureService.class.getName();132 private MyContentCaptureService mService;135 public MyContentCaptureService waitOnCreate() throws InterruptedException { in waitOnCreate()
63 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()