Home
last modified time | relevance | path

Searched defs:exceptionType (Results 1 – 25 of 560) sorted by relevance

12345678910>>...23

/aosp_15_r20/external/guava/android/guava/src/com/google/common/util/concurrent/
H A DAbstractCatchingFuture.java48 Class<X> exceptionType, in create()
58 Class<X> exceptionType, in createAsync()
71 @CheckForNull @LazyInit Class<X> exceptionType; field in AbstractCatchingFuture
75 ListenableFuture<? extends V> inputFuture, Class<X> exceptionType, F fallback) { in AbstractCatchingFuture()
202 Class<X> exceptionType, in AsyncCatchingFuture()
233 Class<X> exceptionType, in CatchingFuture()
H A DFluentFuture.java188 Class<X> exceptionType, Function<? super X, ? extends V> fallback, Executor executor) { in catching()
253 Class<X> exceptionType, AsyncFunction<? super X, ? extends V> fallback, Executor executor) { in catchingAsync()
H A DFutures.java287 Class<X> exceptionType, in catching()
352 Class<X> exceptionType, in catchingAsync()
/aosp_15_r20/external/guava/guava/src/com/google/common/util/concurrent/
H A DAbstractCatchingFuture.java48 Class<X> exceptionType, in create()
58 Class<X> exceptionType, in createAsync()
71 @CheckForNull @LazyInit Class<X> exceptionType; field in AbstractCatchingFuture
75 ListenableFuture<? extends V> inputFuture, Class<X> exceptionType, F fallback) { in AbstractCatchingFuture()
202 Class<X> exceptionType, in AsyncCatchingFuture()
233 Class<X> exceptionType, in CatchingFuture()
H A DFluentFuture.java190 Class<X> exceptionType, Function<? super X, ? extends V> fallback, Executor executor) { in catching()
255 Class<X> exceptionType, AsyncFunction<? super X, ? extends V> fallback, Executor executor) { in catchingAsync()
/aosp_15_r20/packages/apps/Dialer/java/com/android/voicemail/impl/mail/
DMessagingException.java73 protected int exceptionType; field in MessagingException
81 public MessagingException(int exceptionType, String message, Throwable throwable) { in MessagingException()
92 public MessagingException(int exceptionType) { in MessagingException()
110 public MessagingException(int exceptionType, String message) { in MessagingException()
121 public MessagingException(int exceptionType, String message, Object data) { in MessagingException()
/aosp_15_r20/external/guava/android/guava-tests/benchmark/com/google/common/util/concurrent/
H A DFuturesGetCheckedBenchmark.java78 final Class<? extends Exception> exceptionType; field in FuturesGetCheckedBenchmark.ExceptionType
80 ExceptionType(Class<? extends Exception> exceptionType) { in ExceptionType()
102 @Param ExceptionType exceptionType; field in FuturesGetCheckedBenchmark
118 Class<? extends Exception> exceptionType = this.exceptionType.exceptionType; in addOtherEntries() local
143 Class<? extends Exception> exceptionType = this.exceptionType.exceptionType; in benchmarkGetChecked() local
/aosp_15_r20/external/guava/guava-tests/benchmark/com/google/common/util/concurrent/
H A DFuturesGetCheckedBenchmark.java80 final Class<? extends Exception> exceptionType; field in FuturesGetCheckedBenchmark.ExceptionType
82 ExceptionType(Class<? extends Exception> exceptionType) { in ExceptionType()
104 @Param ExceptionType exceptionType; field in FuturesGetCheckedBenchmark
120 Class<? extends Exception> exceptionType = this.exceptionType.exceptionType; in addOtherEntries() local
145 Class<? extends Exception> exceptionType = this.exceptionType.exceptionType; in benchmarkGetChecked() local
/aosp_15_r20/external/jacoco/org.jacoco.agent.rt.test/src/org/jacoco/agent/rt/internal/
H A DExceptionRecorder.java23 private Class<?> exceptionType; field in ExceptionRecorder
44 public void assertException(final Class<? extends Throwable> exceptionType, in assertException()
50 public void assertException(final Class<? extends Throwable> exceptionType, in assertException()
/aosp_15_r20/external/cronet/base/android/javatests/src/org/chromium/base/
H A DUserDataHostTest.java47 Class<T> key, Class<E> exceptionType) { in getUserDataException()
56 Class<T> key, T obj, Class<E> exceptionType) { in setUserDataException()
65 Class<T> key, Class<E> exceptionType) { in removeUserDataException()
/aosp_15_r20/dalvik/dexgen/src/com/android/dexgen/dex/code/
H A DCatchHandlerList.java121 public void set(int n, CstType exceptionType, int handler) { in set()
169 private final CstType exceptionType; field in CatchHandlerList.Entry
180 public Entry(CstType exceptionType, int handler) { in Entry()
/aosp_15_r20/dalvik/dx/src/com/android/dx/dex/code/
H A DCatchHandlerList.java122 public void set(int n, CstType exceptionType, int handler) { in set()
171 private final CstType exceptionType; field in CatchHandlerList.Entry
182 public Entry(CstType exceptionType, int handler) { in Entry()
/aosp_15_r20/packages/modules/Connectivity/service/src/com/android/server/connectivity/
DQosCallbackAgentConnection.java126 final int exceptionType = mFilter.validate(); in sendCmdRegisterCallback() local
184 void sendEventQosCallbackError(@QosCallbackException.ExceptionType final int exceptionType) { in sendEventQosCallbackError()
194 final int exceptionType = mFilter.validate(); in validateOrSendErrorAndUnregister() local
/aosp_15_r20/external/sdk-platform-java/api-common-java/src/main/java/com/google/api/core/
H A DApiFutures.java113 Class<X> exceptionType, in catching()
136 Class<X> exceptionType, in catching()
167 Class<X> exceptionType, in catchingAsync()
/aosp_15_r20/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/writer/builder/
H A DBuilderExceptionHandler.java38 @Nullable final BuilderTypeReference exceptionType; field in BuilderExceptionHandler
41 BuilderExceptionHandler(@Nullable BuilderTypeReference exceptionType, int handlerCodeAddress) { in BuilderExceptionHandler()
/aosp_15_r20/external/guava/guava-gwt/src-super/com/google/common/util/concurrent/super/com/google/common/util/concurrent/
H A DGwtFluentFutureCatchingSpecialization.java36 Class<Throwable> exceptionType, in catching()
43 Class<Throwable> exceptionType, in catchingAsync()
H A DGwtFuturesCatchingSpecialization.java36 Class<Throwable> exceptionType, in catching()
44 Class<Throwable> exceptionType, in catchingAsync()
/aosp_15_r20/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/utils/
H A DAssert.kt31 val exceptionType = exception?.toString() ?: "an exception" in assertThrows() constant
/aosp_15_r20/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/immutable/
H A DImmutableExceptionHandler.java42 @Nullable protected final String exceptionType; field in ImmutableExceptionHandler
45 public ImmutableExceptionHandler(@Nullable String exceptionType, in ImmutableExceptionHandler()
/aosp_15_r20/external/google-smali/third_party/baksmali/src/main/java/com/android/tools/smali/baksmali/Adaptors/
H A DCatchMethodItem.java38 private final String exceptionType; field in CatchMethodItem
45 … int codeAddress, @Nullable String exceptionType, int startAddress, int endAddress, in CatchMethodItem()
/aosp_15_r20/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/builder/
H A DBuilderTryBlock.java50 public BuilderTryBlock(@Nonnull Label start, @Nonnull Label end, @Nullable String exceptionType, in BuilderTryBlock()
57 …ic BuilderTryBlock(@Nonnull Label start, @Nonnull Label end, @Nullable TypeReference exceptionType, in BuilderTryBlock()
/aosp_15_r20/external/mobile-data-download/java/com/google/android/libraries/mobiledatadownload/tracing/
H A DPropagatedFluentFuture.java53 Class<X> exceptionType, Function<? super X, ? extends V> fallback, Executor executor) { in catching()
63 Class<X> exceptionType, AsyncFunction<? super X, ? extends V> fallback, Executor executor) { in catchingAsync()
H A DPropagatedFutures.java57 Class<X> exceptionType, in catching()
65 Class<X> exceptionType, in catchingAsync()
/aosp_15_r20/packages/modules/HealthFitness/tests/integrationtests/src/android/healthconnect/tests/exportimport/
DTestOutcomeReceiver.java130 Class<E> exceptionType, CallableForOutcome<Void, E> callable) in callAndGetResponse()
142 Class<E> exceptionType, CallableForOutcome<Void, E> callable, String... permissions) in callAndGetResponseWithShellPermissionIdentity()
/aosp_15_r20/packages/modules/HealthFitness/tests/cts/utils/HealthConnectTestUtils/src/android/healthconnect/cts/utils/
DTestOutcomeReceiver.java130 Class<E> exceptionType, CallableForOutcome<R, E> callable) throws InterruptedException { in callAndGetResponse()
142 Class<E> exceptionType, CallableForOutcome<R, E> callable, String... permissions) in callAndGetResponseWithShellPermissionIdentity()

12345678910>>...23