/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/ |
D | NetworkControllerWifiTest.java | 137 ArgumentCaptor.forClass(Boolean.class).capture(), in verifyLastQsDataDirection() 138 ArgumentCaptor.forClass(Boolean.class).capture(), in verifyLastQsDataDirection() 139 ArgumentCaptor.forClass(Integer.class).capture(), in verifyLastQsDataDirection() 140 inArg.capture(), outArg.capture(), in verifyLastQsDataDirection() 141 ArgumentCaptor.forClass(String.class).capture(), in verifyLastQsDataDirection() 142 ArgumentCaptor.forClass(String.class).capture()); in verifyLastQsDataDirection() 155 enabledArg.capture(), connectedArg.capture(), iconArg.capture(), in verifyLastQsWifiIcon() 156 ArgumentCaptor.forClass(Boolean.class).capture(), in verifyLastQsWifiIcon() 157 ArgumentCaptor.forClass(Boolean.class).capture(), in verifyLastQsWifiIcon() 158 ArgumentCaptor.forClass(String.class).capture(), in verifyLastQsWifiIcon() [all …]
|
D | NetworkControllerBaseTest.java | 211 Mockito.verify(mSignalCluster, Mockito.atLeastOnce()).setNoSims(hasNoSimsArg.capture()); in verifyHasNoSims() 215 .onNoSimVisibleChanged(hasNoSimsArg.capture()); in verifyHasNoSims() 229 .onMobileDataSignalChanged(visibleArg.capture(), iconArg.capture(), in verifyLastQsMobileDataIndicators() 230 ArgumentCaptor.forClass(String.class).capture(), in verifyLastQsMobileDataIndicators() 231 typeIconArg.capture(), in verifyLastQsMobileDataIndicators() 232 dataInArg.capture(), in verifyLastQsMobileDataIndicators() 233 dataOutArg.capture(), in verifyLastQsMobileDataIndicators() 234 ArgumentCaptor.forClass(String.class).capture(), in verifyLastQsMobileDataIndicators() 235 ArgumentCaptor.forClass(String.class).capture(), in verifyLastQsMobileDataIndicators() 236 ArgumentCaptor.forClass(Boolean.class).capture()); in verifyLastQsMobileDataIndicators() [all …]
|
/frameworks/base/docs/html/tools/help/ |
D | gltracer.jd | 20 The tool allows you to capture OpenGL ES commands and frame by frame images to help you understand 52 <p>Tracer captures OpenGL ES command execution logs and can also capture progressive images of the 60 <p class="img-caption"><strong>Figure 1.</strong> Trace capture dialog box.</p> 62 <p>To capture an OpenGL ES trace for an Android application:</p> 69 <li>On the toolbar, click the trace capture button (<img 70 src="{@docRoot}images/gltracer/icon-capture.png">).</li> 80 <p class="note"><strong>Note:</strong> If you want to capture progressive frame images for each 85 <li>Click <strong>Trace</strong> to start the trace capture.</li>
|
/frameworks/base/docs/html/guide/topics/media/ |
D | audio-capture.jd | 39 <p class="note"><strong>Note:</strong> The Android Emulator does not have the ability to capture 44 <p>Audio capture from the device is a bit more complicated than audio and video playback, but still 63 <li>To start audio capture, call 65 <li>To stop audio capture, call {@link android.media.MediaRecorder#stop MediaRecorder.stop()}. 73 <p>The example class below illustrates how to set up, start and stop audio capture, and to play the
|
D | camera.jd | 14 <li><a href="#intent-image">Image capture intent</a></li> 15 <li><a href="#intent-video">Video capture intent</a></li> 25 <li><a href="#capture-picture">Capturing pictures</a></li> 26 <li><a href="#capture-video">Capturing videos</a></li> 58 devices, allowing you to capture pictures and videos in your applications. This document discusses a 59 quick, simple approach to image and video capture and outlines an advanced approach for creating 109 MediaStore.ACTION_VIDEO_CAPTURE} can be used to capture images or videos without directly 155 <li><strong>Audio Recording Permission</strong> - For recording audio with video capture, your 156 application must request the audio capture permission. 175 camera intent makes a request to capture a picture or video clip through an existing camera app and [all …]
|
/frameworks/base/tests/TtsTests/src/com/android/speech/tts/ |
D | TextToSpeechTests.java | 101 LittleMock.verify(delegate, LittleMock.times(1)).onSynthesizeText(req.capture(), in testSetLanguage_availableLanguage() 124 LittleMock.verify(delegate, LittleMock.times(1)).onSynthesizeText(req2.capture(), in testSetLanguage_unavailableLanguage() 160 LittleMock.verify(delegate, LittleMock.times(1)).onSynthesizeText(req.capture(), in testDefaultLanguage_setsVoiceName()
|
/frameworks/base/core/java/android/hardware/camera2/legacy/ |
D | CaptureCollector.java | 646 private void onRequestCompleted(CaptureHolder capture) { in onRequestCompleted() argument 647 RequestHolder request = capture.mRequest; in onRequestCompleted() 659 mCompletedRequests.add(capture); in onRequestCompleted() 660 mActiveRequests.remove(capture); in onRequestCompleted()
|
/frameworks/base/services/usb/java/com/android/server/usb/ |
D | UsbAudioManager.java | 96 private boolean waitForAlsaFile(int card, int device, boolean capture) { in waitForAlsaFile() argument 100 String alsaDevPath = "/dev/snd/pcmC" + card + "D" + device + (capture ? "c" : "p"); in waitForAlsaFile()
|
/frameworks/base/tests/Camera2Tests/CameraToo/src/com/example/android/camera2/cameratoo/ |
D | CameraTooActivity.java | 192 mCaptureSession.capture(requester.build(), /*listener*/null, /*handler*/null); in onClickOnSurfaceView() 403 public CapturedImageSaver(Image capture) { in CapturedImageSaver() argument 404 mCapture = capture; in CapturedImageSaver()
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/ |
D | EnergyProbe.java | 56 public int capture(int freq) throws InterruptedException { in capture() method in EnergyProbe
|
/frameworks/webview/chromium/java/com/android/webview/chromium/ |
D | FileChooserParamsAdapter.java | 63 return mParams.capture; in isCaptureEnabled()
|
/frameworks/base/docs/html/about/versions/ |
D | lollipop.jd | 175 …capture design offers <strong>low-latency audio input</strong>. The new design includes: a fast ca… 190 …capture raw formats such as YUV and Bayer RAW, and control parameters such as exposure time, ISO s… 192 <p>In addition to giving greater control over image capture, the new APIs also 194 provide metadata that describes the capture settings of each frame.</p> 235 <p>With user permission, you can capture non-secure video from the display and deliver it over the …
|
/frameworks/base/core/java/android/hardware/camera2/ |
D | CameraCaptureSession.java | 106 public abstract int capture(CaptureRequest request, CaptureCallback listener, Handler handler) in capture() method in CameraCaptureSession
|
/frameworks/base/services/tests/servicestests/src/com/android/server/ |
D | NetworkPolicyManagerServiceTest.java | 42 import static org.easymock.EasyMock.capture; 209 mActivityManager.registerProcessObserver(capture(processObserver)); in setUp() 215 mNetworkManager.registerObserver(capture(networkObserver)); in setUp() 868 capture(tag.capture), anyInt(), in expectEnqueueNotification() 948 public Capture<T> capture = new Capture<T>() { field in NetworkPolicyManagerServiceTest.FutureCapture
|
/frameworks/base/docs/html/training/camera/ |
D | videobasics.jd | 42 <p>This lesson explains how to capture video using existing camera 80 <p>Here's a function that invokes an intent to capture video.</p>
|
D | index.jd | 56 <dd>Leverage other applications and capture photos with just a few lines of code.</dd>
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/ |
D | MediaPresetReverbTest.java | 232 int energy1000 = probe.capture(1000); in test2_0AuxiliarySoundModification() 315 int energy1000 = probe.capture(1000); in test2_1InsertSoundModification()
|
D | MediaEnvReverbTest.java | 389 int energy1000 = probe.capture(1000); in test2_0AuxiliarySoundModification() 474 int energy1000 = probe.capture(1000); in test2_1InsertSoundModification()
|
/frameworks/base/core/java/android/webkit/ |
D | WebChromeClient.java | 515 public void openFileChooser(ValueCallback<Uri> uploadFile, String acceptType, String capture) { in openFileChooser() argument
|
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/ |
D | AndroidCamera2AgentImpl.java | 448 mSession.capture( in handleMessage() 477 mSession.capture( in handleMessage() 568 mSession.capture( in handleMessage() 627 mSession.capture( in handleMessage() 942 mSession.capture(
|
D | CameraAgent.java | 741 public void setDisplayOrientation(final int degrees, final boolean capture) { in setDisplayOrientation() argument 748 capture ? 1 : 0) in setDisplayOrientation()
|
/frameworks/av/services/camera/libcameraservice/common/ |
D | CameraDeviceBase.h | 63 virtual status_t capture(CameraMetadata &request, int64_t *lastFrameNumber = NULL) = 0;
|
/frameworks/base/docs/html/distribute/analyze/ |
D | measure.jd | 116 business. To capture this type of information, Google Analytics has several 127 to your business. They are often used to capture a specific moment in time; 144 use case might be using a user-scoped custom dimension to capture the
|
/frameworks/base/core/java/android/hardware/camera2/impl/ |
D | CameraCaptureSessionImpl.java | 146 public synchronized int capture(CaptureRequest request, CaptureCallback callback, in capture() method in CameraCaptureSessionImpl 161 return addPendingSequence(mDeviceImpl.capture(request, in capture()
|
/frameworks/base/docs/html/tools/debugging/ |
D | index.jd | 40 capture screenshots, gather thread and stack information, spoof incoming calls and SMS 161 <dd>The Dalvik Debug Monitor Server (DDMS) can capture screenshots from the emulator. Select 162 <strong>Device > Screen capture</strong>.</dd>
|