Home
last modified time | relevance | path

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

/packages/services/DeviceAsWebcam/src/com/android/DeviceAsWebcam/
DDeviceAsWebcamPreview.java88 private final Executor mThreadExecutor = Executors.newFixedThreadPool(2); field in DeviceAsWebcamPreview
637 bindService(new Intent(this, DeviceAsWebcamFgService.class), 0, mThreadExecutor, in onCreate()