Home
last modified time | relevance | path

Searched defs:exceptionHandler (Results 1 – 25 of 397) sorted by relevance

12345678910>>...16

/aosp_15_r20/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodManagerGlobal.java58 @Nullable Consumer<RemoteException> exceptionHandler) { in startProtoDump()
69 public static void startImeTrace(@Nullable Consumer<RemoteException> exceptionHandler) { in startImeTrace()
80 public static void stopImeTrace(@Nullable Consumer<RemoteException> exceptionHandler) { in stopImeTrace()
104 @Nullable Consumer<RemoteException> exceptionHandler) { in removeImeSurface()
H A DIInputMethodManagerGlobalInvoker.java107 @Nullable Consumer<RemoteException> exceptionHandler) { in handleRemoteExceptionOrRethrow()
128 @Nullable Consumer<RemoteException> exceptionHandler) { in startProtoDump()
147 static void startImeTrace(@Nullable Consumer<RemoteException> exceptionHandler) { in startImeTrace()
166 static void stopImeTrace(@Nullable Consumer<RemoteException> exceptionHandler) { in stopImeTrace()
208 @Nullable Consumer<RemoteException> exceptionHandler) { in removeImeSurface()
/aosp_15_r20/external/aws-sdk-java-v2/core/aws-core/src/main/java/software/amazon/awssdk/awscore/internal/token/
H A DCachedTokenRefresher.java45 private final Function<SdkException, TokenT> exceptionHandler; field in CachedTokenRefresher
110 private Function<SdkException, TokenT> exceptionHandler; field in CachedTokenRefresher.Builder
162 public Builder exceptionHandler(Function<SdkException, TokenT> exceptionHandler) { in exceptionHandler() method in CachedTokenRefresher.Builder
/aosp_15_r20/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/resolution/typesolvers/
H A DCombinedTypeSolver.java51 private Predicate<Exception> exceptionHandler; field in CombinedTypeSolver
58 public CombinedTypeSolver(Predicate<Exception> exceptionHandler, TypeSolver... elements) { in CombinedTypeSolver()
67 public void setExceptionHandler(Predicate<Exception> exceptionHandler) { in setExceptionHandler()
/aosp_15_r20/external/guava/guava/src/com/google/common/eventbus/
H A DEventBus.java160 private final SubscriberExceptionHandler exceptionHandler; field in EventBus
190 public EventBus(SubscriberExceptionHandler exceptionHandler) { in EventBus()
202 SubscriberExceptionHandler exceptionHandler) { in EventBus()
/aosp_15_r20/external/guava/android/guava/src/com/google/common/eventbus/
H A DEventBus.java157 private final SubscriberExceptionHandler exceptionHandler; field in EventBus
187 public EventBus(SubscriberExceptionHandler exceptionHandler) { in EventBus()
199 SubscriberExceptionHandler exceptionHandler) { in EventBus()
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/
H A DThreadContextElementTest.kt13 val exceptionHandler = coroutineContext[CoroutineExceptionHandler]!! in <lambda>() constant
39 val exceptionHandler = coroutineContext[CoroutineExceptionHandler]!! in testUndispatched() constant
H A DFailingCoroutinesMachineryTest.kt33 … private var exceptionHandler = CoroutineExceptionHandler { _, t -> caught = t; latch.countDown() } in <lambda>() variable
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-test/jvm/src/migration/
H A DTestCoroutineScope.kt192 …val exceptionHandler = when (val exceptionHandler = ctxWithDispatcher[CoroutineExceptionHandler]) { in createTestCoroutineScope() constant
/aosp_15_r20/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/rewriter/
H A DExceptionHandlerRewriter.java51 @Nonnull protected ExceptionHandler exceptionHandler; field in ExceptionHandlerRewriter.RewrittenExceptionHandler
53 public RewrittenExceptionHandler(@Nonnull ExceptionHandler exceptionHandler) { in RewrittenExceptionHandler()
/aosp_15_r20/external/tink/java_src/src/test/java/com/google/crypto/tink/subtle/
H A DStreamingAeadThreadSafetyTest.java150 ExceptionHandler exceptionHandler = new ExceptionHandler(); in testDecryption() local
251 ExceptionHandler exceptionHandler = new ExceptionHandler(); in testEncryption() local
413 ExceptionHandler exceptionHandler = new ExceptionHandler(); in testRandomAccessDecryption() local
H A DSignatureThreadSafetyTest.java129 ExceptionHandler exceptionHandler = new ExceptionHandler(); in testSigningDistinctMessages() local
185 ExceptionHandler exceptionHandler = new ExceptionHandler(); in testSigningSameMessage() local
/aosp_15_r20/external/mobile-data-download/java/com/google/android/libraries/mobiledatadownload/downloader/offroad/
H A DOffroad2FileDownloader.java63 private final ExceptionHandler exceptionHandler; field in Offroad2FileDownloader
75 ExceptionHandler exceptionHandler, in Offroad2FileDownloader()
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/jdk8/future/
H A DFutureAsDeferredUnhandledCompletionExceptionTest.kt14 private val exceptionHandler = Thread.getDefaultUncaughtExceptionHandler() in <lambda>() constant
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/exceptions/
H A DCoroutineExceptionHandlerJvmTest.kt11 private val exceptionHandler = Thread.getDefaultUncaughtExceptionHandler() in <lambda>() constant in kotlinx.coroutines.exceptions.CoroutineExceptionHandlerJvmTest
/aosp_15_r20/external/kotlinx.coroutines/integration/kotlinx-coroutines-guava/test/
H A DFutureAsDeferredUnhandledCompletionExceptionTest.kt13 private val exceptionHandler = Thread.getDefaultUncaughtExceptionHandler() in <lambda>() constant in kotlinx.coroutines.guava.FutureAsDeferredUnhandledCompletionExceptionTest
/aosp_15_r20/external/grpc-grpc-java/okhttp/src/main/java/io/grpc/okhttp/
H A DAsyncSink.java65 private AsyncSink(SerializingExecutor executor, TransportExceptionHandler exceptionHandler, in AsyncSink()
77 SerializingExecutor executor, TransportExceptionHandler exceptionHandler, in sink()
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-test/common/src/
H A DTestScope.kt165 val exceptionHandler = when (ctxWithDispatcher[CoroutineExceptionHandler]) { in advanceUntilIdle() constant
/aosp_15_r20/external/google-smali/dexlib2/src/test/java/com/android/tools/smali/dexlib2/builder/
H A DFixOffsetsTest.java117 ExceptionHandler exceptionHandler = exceptionHandlers.get(0).getExceptionHandlers().get(0); in testFixOffsets() local
/aosp_15_r20/external/aws-sdk-java-v2/services/ssooidc/src/main/java/software/amazon/awssdk/services/ssooidc/
H A DSsoOidcTokenProvider.java82 private Function<SdkException, SsoOidcToken> exceptionHandler() { in exceptionHandler() method in SsoOidcTokenProvider
/aosp_15_r20/external/libchrome/mojo/public/java/bindings/src/org/chromium/mojo/bindings/
H A DExceptionHandler.java55 public void setDelegate(ExceptionHandler exceptionHandler) { in setDelegate()
/aosp_15_r20/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/immutable/
H A DImmutableExceptionHandler.java51 public static ImmutableExceptionHandler of(ExceptionHandler exceptionHandler) { in of()
/aosp_15_r20/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/builder/
H A DBuilderTryBlock.java44 @Nonnull public final BuilderExceptionHandler exceptionHandler; field in BuilderTryBlock
/aosp_15_r20/packages/apps/Camera2/src/com/android/camera/app/
DCameraProvider.java58 public void setCameraExceptionHandler(CameraExceptionHandler exceptionHandler); in setCameraExceptionHandler()
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-test/jvm/test/migration/
H A DTestRunBlockingTest.kt407 private val exceptionHandler = TestCoroutineExceptionHandler() in <lambda>() constant

12345678910>>...16