Home
last modified time | relevance | path

Searched +defs:getDelegate +defs:delegate (Results 1 – 25 of 835) sorted by relevance

12345678910>>...34

/aosp_15_r20/external/conscrypt/testing/src/main/java/org/conscrypt/testing/
H A DOpaqueProvider.java80 private Signature delegate; field in OpaqueProvider.OpaqueSignatureSpi
143 private Cipher delegate; field in OpaqueProvider.OpaqueCipherSpi
248 private interface DelegatingPrivateKey { PrivateKey getDelegate(); } in getDelegate() method
252 private final ECPrivateKey delegate; field in OpaqueProvider.OpaqueDelegatingECPrivateKey
254 private OpaqueDelegatingECPrivateKey(ECPrivateKey delegate) { in OpaqueDelegatingECPrivateKey()
259 public PrivateKey getDelegate() { in getDelegate() method in OpaqueProvider.OpaqueDelegatingECPrivateKey
286 private OpaqueDelegatingMarkedECPrivateKey(ECPrivateKey delegate) { in OpaqueDelegatingMarkedECPrivateKey()
299 private final RSAPrivateKey delegate; field in OpaqueProvider.OpaqueDelegatingRSAPrivateKey
301 private OpaqueDelegatingRSAPrivateKey(RSAPrivateKey delegate) { in OpaqueDelegatingRSAPrivateKey()
326 public PrivateKey getDelegate() { in getDelegate() method in OpaqueProvider.OpaqueDelegatingRSAPrivateKey
[all …]
/aosp_15_r20/external/conscrypt/repackaged/testing/src/main/java/com/android/org/conscrypt/testing/
H A DOpaqueProvider.java82 private Signature delegate; field in OpaqueProvider.OpaqueSignatureSpi
148 private Cipher delegate; field in OpaqueProvider.OpaqueCipherSpi
259 private interface DelegatingPrivateKey { PrivateKey getDelegate(); } in getDelegate() method
263 private final ECPrivateKey delegate; field in OpaqueProvider.OpaqueDelegatingECPrivateKey
265 private OpaqueDelegatingECPrivateKey(ECPrivateKey delegate) { in OpaqueDelegatingECPrivateKey()
270 public PrivateKey getDelegate() { in getDelegate() method in OpaqueProvider.OpaqueDelegatingECPrivateKey
297 private OpaqueDelegatingMarkedECPrivateKey(ECPrivateKey delegate) { in OpaqueDelegatingMarkedECPrivateKey()
310 private final RSAPrivateKey delegate; field in OpaqueProvider.OpaqueDelegatingRSAPrivateKey
312 private OpaqueDelegatingRSAPrivateKey(RSAPrivateKey delegate) { in OpaqueDelegatingRSAPrivateKey()
337 public PrivateKey getDelegate() { in getDelegate() method in OpaqueProvider.OpaqueDelegatingRSAPrivateKey
[all …]
/aosp_15_r20/external/dagger2/java/dagger/internal/
H A DDelegateFactory.java28 private Provider<T> delegate; field in DelegateFactory
41 public void setDelegatedProvider(Provider<T> delegate) { in setDelegatedProvider()
50 public void setDelegatedProvider(javax.inject.Provider<T> delegate) { in setDelegatedProvider()
60 public static <T> void setDelegate(Provider<T> delegateFactory, Provider<T> delegate) { in setDelegate()
71 javax.inject.Provider<T> delegateFactory, javax.inject.Provider<T> delegate) { in setDelegate()
77 DelegateFactory<T> delegateFactory, Provider<T> delegate) { in setDelegateInternal()
90 Provider<T> getDelegate() { in getDelegate() method in DelegateFactory
/aosp_15_r20/external/dagger2/java/dagger/producers/internal/
H A DDelegateProducer.java31 private CancellableProducer<T> delegate; field in DelegateProducer
41 public void setDelegatedProducer(Producer<T> delegate) { in setDelegatedProducer()
51 public static <T> void setDelegate(Producer<T> delegateProducer, Producer<T> delegate) { in setDelegate()
65 CancellableProducer<T> getDelegate() { in getDelegate() method in DelegateProducer
/aosp_15_r20/external/mockito/src/main/java/org/mockito/internal/verification/
H A DVerificationOverTimeImpl.java20 private final VerificationMode delegate; field in VerificationOverTimeImpl
35 …tionOverTimeImpl(long pollingPeriodMillis, long durationMillis, VerificationMode delegate, boolean… in VerificationOverTimeImpl()
50 …public VerificationOverTimeImpl(long pollingPeriodMillis, VerificationMode delegate, boolean retur… in VerificationOverTimeImpl()
140 public VerificationMode getDelegate() { in getDelegate() method in VerificationOverTimeImpl
/aosp_15_r20/external/okhttp/okhttp-android-support/src/main/java/com/squareup/okhttp/internal/huc/
H A DCacheAdapter.java36 private final ResponseCache delegate; field in CacheAdapter
38 public CacheAdapter(ResponseCache delegate) { in CacheAdapter()
42 public ResponseCache getDelegate() { in getDelegate() method in CacheAdapter
/aosp_15_r20/external/okhttp/repackaged/okhttp-android-support/src/main/java/com/android/okhttp/internal/huc/
H A DCacheAdapter.java38 private final ResponseCache delegate; field in CacheAdapter
40 public CacheAdapter(ResponseCache delegate) { in CacheAdapter()
44 public ResponseCache getDelegate() { in getDelegate() method in CacheAdapter
/aosp_15_r20/external/guice/core/src/com/google/inject/spi/
H A DMembersInjectorLookup.java41 private MembersInjector<T> delegate; field in MembersInjectorLookup
68 public void initializeDelegate(MembersInjector<T> delegate) { in initializeDelegate()
83 public MembersInjector<T> getDelegate() { in getDelegate() method in MembersInjectorLookup
H A DProviderLookup.java43 private Provider<T> delegate; field in ProviderLookup
79 public void initializeDelegate(Provider<T> delegate) { in initializeDelegate()
93 public Provider<T> getDelegate() { in getDelegate() method in ProviderLookup
/aosp_15_r20/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DDelegateManager.java111 public T getDelegate(long native_object) { in getDelegate() method in DelegateManager
113 Object delegate; in getDelegate() local
160 T delegate = getDelegate(native_object); in removeJavaReferenceFor() local
/aosp_15_r20/external/easymock/src/org/easymock/internal/
H A DObjectMethodsFilter.java34 private final MockInvocationHandler delegate; field in ObjectMethodsFilter
38 public ObjectMethodsFilter(Class<?> toMock, MockInvocationHandler delegate, in ObjectMethodsFilter()
86 public MockInvocationHandler getDelegate() { in getDelegate() method in ObjectMethodsFilter
/aosp_15_r20/external/conscrypt/common/src/main/java/org/conscrypt/
H A DDuckTypedHpkeSpi.java36 private final Object delegate; field in DuckTypedHpkeSpi
39 private DuckTypedHpkeSpi(Object delegate) throws NoSuchMethodException { in DuckTypedHpkeSpi()
61 public static DuckTypedHpkeSpi newInstance(Object delegate) { in newInstance()
121 public Object getDelegate() { in getDelegate() method in DuckTypedHpkeSpi
/aosp_15_r20/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
H A DDuckTypedHpkeSpi.java38 private final Object delegate; field in DuckTypedHpkeSpi
41 private DuckTypedHpkeSpi(Object delegate) throws NoSuchMethodException { in DuckTypedHpkeSpi()
63 public static DuckTypedHpkeSpi newInstance(Object delegate) { in newInstance()
123 public Object getDelegate() { in getDelegate() method in DuckTypedHpkeSpi
/aosp_15_r20/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/
H A DLazyDelegateByteSource.java44 private final ListenableFuture<CloseableByteSource> delegate; field in LazyDelegateByteSource
50 public LazyDelegateByteSource(@Nonnull ListenableFuture<CloseableByteSource> delegate) { in LazyDelegateByteSource()
59 public ListenableFuture<CloseableByteSource> getDelegate() { in getDelegate() method in LazyDelegateByteSource
/aosp_15_r20/external/mobile-data-download/java/com/google/android/libraries/mobiledatadownload/downloader/
H A DMultiSchemeFileDownloader.java85 FileDownloader delegate; in startDownloading() local
98 FileDownloader delegate; in isContentChanged() local
126 FileDownloader getDelegate(String url) throws DownloadException { in getDelegate() method in MultiSchemeFileDownloader
/aosp_15_r20/packages/modules/OnDevicePersonalization/framework/java/android/adservices/ondevicepersonalization/
DInferenceInputParcel.java122 @InferenceInput.Params.Delegate int delegate, in InferenceInputParcel()
155 public @InferenceInput.Params.Delegate int getDelegate() { in getDelegate() method in InferenceInputParcel
232 int delegate = in.readInt(); in InferenceInputParcel() local
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowSpeechRecognizerProxy.java54 SpeechRecognizer delegate = in getState() local
64 SpeechRecognizer getDelegate(); in getDelegate() method
/aosp_15_r20/external/aws-sdk-java-v2/http-clients/netty-nio-client/src/main/java/software/amazon/awssdk/http/nio/netty/internal/
H A DDelegatingEventLoopGroup.java44 private final EventLoopGroup delegate; field in DelegatingEventLoopGroup
46 protected DelegatingEventLoopGroup(EventLoopGroup delegate) { in DelegatingEventLoopGroup()
53 public EventLoopGroup getDelegate() { in getDelegate() method in DelegatingEventLoopGroup
/aosp_15_r20/external/ow2-asm/asm/src/main/java/org/objectweb/asm/
H A DRecordComponentVisitor.java48 protected RecordComponentVisitor delegate; field in RecordComponentVisitor
91 public RecordComponentVisitor getDelegate() { in getDelegate() method in RecordComponentVisitor
/aosp_15_r20/external/jsilver/src/com/google/clearsilver/jsilver/data/
H A DDelegatedData.java31 private final Data delegate; field in DelegatedData
33 public DelegatedData(Data delegate) { in DelegatedData()
50 protected Data getDelegate() { in getDelegate() method in DelegatedData
/aosp_15_r20/packages/apps/Contacts/tests/src/com/android/contacts/interactions/
DTestLoaderManager.java57 public void setDelegate(LoaderManager delegate) { in setDelegate()
65 public LoaderManager getDelegate() { in getDelegate() method in TestLoaderManager
/aosp_15_r20/external/grpc-grpc-java/binder/src/main/java/io/grpc/binder/internal/
H A DOneWayBinderProxy.java47 protected final IBinder delegate; field in OneWayBinderProxy
86 public IBinder getDelegate() { in getDelegate() method in OneWayBinderProxy
/aosp_15_r20/frameworks/layoutlib/bridge/src/libcore/io/
H A DMemoryMappedFile_Delegate.java91 MemoryMappedFile_Delegate delegate = getDelegate(file); in bigEndianIterator() local
109 private static MemoryMappedFile_Delegate getDelegate(MemoryMappedFile file) { in getDelegate() method in MemoryMappedFile_Delegate
/aosp_15_r20/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
H A DTestSipTransport.java79 public void destroySipDelegate(@NonNull SipDelegate delegate, int reason) { in destroySipDelegate()
96 public TestSipDelegate getDelegate(DelegateRequest request) { in getDelegate() method in TestSipTransport
/aosp_15_r20/packages/apps/Dialer/java/com/android/dialer/app/settings/
DAppCompatPreferenceActivity.java33 private AppCompatDelegate delegate; field in AppCompatPreferenceActivity
115 private AppCompatDelegate getDelegate() { in getDelegate() method in AppCompatPreferenceActivity

12345678910>>...34