/aosp_15_r20/frameworks/base/core/java/android/view/inputmethod/ |
H A D | InputMethodManagerGlobal.java | 58 @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 D | IInputMethodManagerGlobalInvoker.java | 107 @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 D | CachedTokenRefresher.java | 45 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 D | CombinedTypeSolver.java | 51 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 D | EventBus.java | 160 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 D | EventBus.java | 157 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 D | ThreadContextElementTest.kt | 13 val exceptionHandler = coroutineContext[CoroutineExceptionHandler]!! in <lambda>() constant 39 val exceptionHandler = coroutineContext[CoroutineExceptionHandler]!! in testUndispatched() constant
|
H A D | FailingCoroutinesMachineryTest.kt | 33 … 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 D | TestCoroutineScope.kt | 192 …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 D | ExceptionHandlerRewriter.java | 51 @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 D | StreamingAeadThreadSafetyTest.java | 150 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 D | SignatureThreadSafetyTest.java | 129 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 D | Offroad2FileDownloader.java | 63 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 D | FutureAsDeferredUnhandledCompletionExceptionTest.kt | 14 private val exceptionHandler = Thread.getDefaultUncaughtExceptionHandler() in <lambda>() constant
|
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/exceptions/ |
H A D | CoroutineExceptionHandlerJvmTest.kt | 11 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 D | FutureAsDeferredUnhandledCompletionExceptionTest.kt | 13 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 D | AsyncSink.java | 65 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 D | TestScope.kt | 165 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 D | FixOffsetsTest.java | 117 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 D | SsoOidcTokenProvider.java | 82 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 D | ExceptionHandler.java | 55 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 D | ImmutableExceptionHandler.java | 51 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 D | BuilderTryBlock.java | 44 @Nonnull public final BuilderExceptionHandler exceptionHandler; field in BuilderTryBlock
|
/aosp_15_r20/packages/apps/Camera2/src/com/android/camera/app/ |
D | CameraProvider.java | 58 public void setCameraExceptionHandler(CameraExceptionHandler exceptionHandler); in setCameraExceptionHandler()
|
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-test/jvm/test/migration/ |
H A D | TestRunBlockingTest.kt | 407 private val exceptionHandler = TestCoroutineExceptionHandler() in <lambda>() constant
|