/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/view/contentcapture/ |
H A D | MainContentCaptureSessionTest.java | 557 private MainContentCaptureSession createSession(ContentCaptureManager manager) { in createSession() method in MainContentCaptureSessionTest 570 private MainContentCaptureSession createSession(ContentCaptureOptions options) { in createSession() method in MainContentCaptureSessionTest 574 private MainContentCaptureSession createSession( in createSession() method in MainContentCaptureSessionTest 580 private MainContentCaptureSession createSession() { in createSession() method in MainContentCaptureSessionTest
|
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/biometrics/face/aidl/android.hardware.biometrics.face-V4-java-source/gen/android/hardware/biometrics/face/ |
D | IFace.java | 28 …@Override public android.hardware.biometrics.face.ISession createSession(int sensorId, int userId,… in createSession() method in IFace.Default 193 …@Override public android.hardware.biometrics.face.ISession createSession(int sensorId, int userId,… in createSession() method in IFace.Stub.Proxy 264 …public android.hardware.biometrics.face.ISession createSession(int sensorId, int userId, android.h… in createSession() method
|
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/biometrics/fingerprint/aidl/android.hardware.biometrics.fingerprint-V5-java-source/gen/android/hardware/biometrics/fingerprint/ |
D | IFingerprint.java | 55 …@Override public android.hardware.biometrics.fingerprint.ISession createSession(int sensorId, int … in createSession() method in IFingerprint.Default 247 …@Override public android.hardware.biometrics.fingerprint.ISession createSession(int sensorId, int … in createSession() method in IFingerprint.Stub.Proxy 345 …public android.hardware.biometrics.fingerprint.ISession createSession(int sensorId, int userId, an… in createSession() method
|
/aosp_15_r20/external/sdk-platform-java/showcase/grpc-gapic-showcase-v1beta1/src/main/java/com/google/showcase/v1beta1/ |
H A D | TestingGrpc.java | 316 default void createSession(com.google.showcase.v1beta1.CreateSessionRequest request, in createSession() method 400 public void createSession(com.google.showcase.v1beta1.CreateSessionRequest request, in createSession() method in TestingGrpc.TestingStub 481 …public com.google.showcase.v1beta1.Session createSession(com.google.showcase.v1beta1.CreateSession… in createSession() method in TestingGrpc.TestingBlockingStub 554 ….google.common.util.concurrent.ListenableFuture<com.google.showcase.v1beta1.Session> createSession( in createSession() method in TestingGrpc.TestingFutureStub
|
/aosp_15_r20/external/perfetto/ui/src/plugins/dev.perfetto.RecordTrace/recordingV2/ |
H A D | recording_page_controller.ts | 106 const createSession = async () => { constant 158 const createSession = async () => { constant
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/services/texttospeech/services.texttospeech/android_common/javac/ |
D | services.texttospeech.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |
/aosp_15_r20/out/soong/.intermediates/frameworks/base/services/texttospeech/services.texttospeech/android_common/repackaged-jarjar/javac/ |
D | services.texttospeech.jar | com/android/server/texttospeech/TextToSpeechManagerService.class
TextToSpeechManagerService.java
package com.android. ... |
/aosp_15_r20/external/nanohttpd/core/src/test/java/fi/iki/elonen/ |
H A D | HttpServerTest.java | 90 …public HTTPSession createSession(TempFileManager tempFileManager, InputStream inputStream, OutputS… in createSession() method in HttpServerTest.TestServer 94 …public HTTPSession createSession(TempFileManager tempFileManager, InputStream inputStream, OutputS… in createSession() method in HttpServerTest.TestServer
|
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/biometrics/face/aidl/android.hardware.biometrics.face-V4-ndk-source/gen/android/hardware/biometrics/face/ |
D | IFace.cpp | 150 ::ndk::ScopedAStatus BpFace::createSession(int32_t in_sensorId, int32_t in_userId, const std::share… in createSession() function in aidl::android::hardware::biometrics::face::BpFace 355 ::ndk::ScopedAStatus IFaceDefault::createSession(int32_t /*in_sensorId*/, int32_t /*in_userId*/, co… in createSession() function in aidl::android::hardware::biometrics::face::IFaceDefault
|
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/biometrics/fingerprint/aidl/android.hardware.biometrics.fingerprint-V4-ndk-source/gen/android/hardware/biometrics/fingerprint/ |
D | IFingerprint.cpp | 150 ::ndk::ScopedAStatus BpFingerprint::createSession(int32_t in_sensorId, int32_t in_userId, const std… in createSession() function in aidl::android::hardware::biometrics::fingerprint::BpFingerprint 355 ::ndk::ScopedAStatus IFingerprintDefault::createSession(int32_t /*in_sensorId*/, int32_t /*in_userI… in createSession() function in aidl::android::hardware::biometrics::fingerprint::IFingerprintDefault
|
/aosp_15_r20/cts/hostsidetests/packagemanager/appmetadata/app/src/com/android/tests/appmetadata/app/ |
H A D | AppMetadataDeviceTest.kt | 104 protected fun createSession(): Session { in <lambda>() method
|
/aosp_15_r20/frameworks/base/services/tests/PackageManagerServiceTests/server/src/com/android/server/pm/ |
H A D | PackageInstallerSessionTest.kt | 148 private fun createSession( in <lambda>() method
|
/aosp_15_r20/frameworks/base/media/java/android/media/tv/extension/event/ |
H A D | IEventDownload.aidl | 28 IBinder createSession(in Bundle eventDownloadParams, in IEventDownloadListener listener); in createSession() method
|
/aosp_15_r20/frameworks/base/core/java/android/speech/tts/ |
H A D | ITextToSpeechManager.aidl | 28 void createSession(in String engine, in ITextToSpeechSessionCallback managerCallback); in createSession() method
|
/aosp_15_r20/frameworks/base/media/java/android/media/tv/extension/tune/ |
H A D | IMuxTune.aidl | 25 IMuxTuneSession createSession(int broadcastType, String clientToken); in createSession() method
|
/aosp_15_r20/hardware/interfaces/biometrics/face/aidl/aidl_api/android.hardware.biometrics.face/3/android/hardware/biometrics/face/ |
H A D | IFace.aidl | 38 …android.hardware.biometrics.face.ISession createSession(in int sensorId, in int userId, in android… in createSession() method
|
/aosp_15_r20/hardware/interfaces/biometrics/fingerprint/aidl/aidl_api/android.hardware.biometrics.fingerprint/4/android/hardware/biometrics/fingerprint/ |
H A D | IFingerprint.aidl | 39 …android.hardware.biometrics.fingerprint.ISession createSession(in int sensorId, in int userId, in … in createSession() method
|
/aosp_15_r20/hardware/interfaces/biometrics/fingerprint/aidl/aidl_api/android.hardware.biometrics.fingerprint/3/android/hardware/biometrics/fingerprint/ |
H A D | IFingerprint.aidl | 39 …android.hardware.biometrics.fingerprint.ISession createSession(in int sensorId, in int userId, in … in createSession() method
|
/aosp_15_r20/hardware/interfaces/biometrics/fingerprint/aidl/aidl_api/android.hardware.biometrics.fingerprint/2/android/hardware/biometrics/fingerprint/ |
H A D | IFingerprint.aidl | 38 …android.hardware.biometrics.fingerprint.ISession createSession(in int sensorId, in int userId, in … in createSession() method
|
/aosp_15_r20/hardware/interfaces/biometrics/face/aidl/aidl_api/android.hardware.biometrics.face/4/android/hardware/biometrics/face/ |
H A D | IFace.aidl | 39 …android.hardware.biometrics.face.ISession createSession(in int sensorId, in int userId, in android… in createSession() method
|
/aosp_15_r20/hardware/interfaces/biometrics/face/aidl/aidl_api/android.hardware.biometrics.face/1/android/hardware/biometrics/face/ |
H A D | IFace.aidl | 38 …android.hardware.biometrics.face.ISession createSession(in int sensorId, in int userId, in android… in createSession() method
|
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/biometrics/face/aidl/android.hardware.biometrics.face_interface/dump/android/hardware/biometrics/face/ |
D | IFace.aidl | 39 …android.hardware.biometrics.face.ISession createSession(in int sensorId, in int userId, in android… in createSession() method
|
/aosp_15_r20/hardware/interfaces/biometrics/face/aidl/aidl_api/android.hardware.biometrics.face/current/android/hardware/biometrics/face/ |
H A D | IFace.aidl | 39 …android.hardware.biometrics.face.ISession createSession(in int sensorId, in int userId, in android… in createSession() method
|
/aosp_15_r20/hardware/interfaces/biometrics/fingerprint/aidl/aidl_api/android.hardware.biometrics.fingerprint/current/android/hardware/biometrics/fingerprint/ |
H A D | IFingerprint.aidl | 39 …android.hardware.biometrics.fingerprint.ISession createSession(in int sensorId, in int userId, in … in createSession() method
|
/aosp_15_r20/hardware/interfaces/biometrics/face/aidl/android/hardware/biometrics/face/ |
H A D | IFace.aidl | 61 ISession createSession(in int sensorId, in int userId, in ISessionCallback cb); in createSession() method
|