Home
last modified time | relevance | path

Searched defs:throwable (Results 1 – 25 of 80) sorted by relevance

1234

/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/common/
H A DLogger.java73 public void v(String message, Throwable throwable) { in v()
98 public void d(String message, Throwable throwable) { in d()
123 public void i(String message, Throwable throwable) { in i()
145 public void w(String message, Throwable throwable) { in w()
165 public void e(String message, Throwable throwable) { in e()
186 public void wtf(String message, Throwable throwable) { in wtf()
/aosp12/frameworks/base/core/java/android/view/
H A DInflateException.java28 public InflateException(String detailMessage, Throwable throwable) { in InflateException()
36 public InflateException(Throwable throwable) { in InflateException()
/aosp12/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
H A DUiObjectNotFoundException.java41 public UiObjectNotFoundException(String detailMessage, Throwable throwable) { in UiObjectNotFoundException()
48 public UiObjectNotFoundException(Throwable throwable) { in UiObjectNotFoundException()
/aosp12/packages/modules/GeoTZ/s2storage/src/readonly/java/com/android/timezone/location/storage/util/
H A DVisitor.java37 public VisitException(String s, Throwable throwable) { in VisitException()
41 public VisitException(Throwable throwable) { in VisitException()
/aosp12/frameworks/base/core/java/com/android/internal/inputmethod/
H A DThrowableHolder.java33 ThrowableHolder(@NonNull Throwable throwable) { in ThrowableHolder()
46 public static ThrowableHolder of(@NonNull Throwable throwable) { in of()
/aosp12/packages/apps/ThemePicker/src/com/android/customization/model/
H A DCustomizationManager.java43 void onError(@Nullable Throwable throwable); in onError()
58 default void onError(@Nullable Throwable throwable) { in onError()
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/model/
H A DSetWallpaperViewModel.java56 public void onError(@Nullable Throwable throwable) { in getCallback()
/aosp12/frameworks/layoutlib/remote/common/src/com/android/layout/remote/api/
H A DRemoteLayoutLog.java51 void fidelityWarning(String tag, String message, Throwable throwable, Object viewCookie, in fidelityWarning()
73 … void error(String tag, String message, Throwable throwable, Object viewCookie, Serializable data) in error()
/aosp12/frameworks/layoutlib/remote/server/src/com/android/layoutlib/bridge/remote/server/adapters/
H A DRemoteLayoutLogAdapter.java42 public void fidelityWarning(String tag, String message, Throwable throwable, Object viewCookie, in fidelityWarning()
61 public void error(String tag, String message, Throwable throwable, Object viewCookie, in error()
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/util/
H A DThrowableAnalyzer.java27 public static boolean isOOM(Throwable throwable) { in isOOM()
/aosp12/frameworks/layoutlib/remote/client/src/com/android/layoutlib/bridge/remote/client/adapters/
H A DRemoteLayoutLogAdapter.java45 public void fidelityWarning(String tag, String message, Throwable throwable, Object viewCookie, in fidelityWarning()
56 …public void error(String tag, String message, Throwable throwable, Object viewCookie, Serializable… in error()
/aosp12/packages/apps/Dialer/java/com/android/dialer/common/concurrent/
H A DDefaultFutureCallback.java37 public void onFailure(Throwable throwable) { in onFailure()
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/network/
H A DAuthException.java28 public AuthException(Throwable throwable) { in AuthException()
/aosp12/frameworks/base/core/tests/coretests/src/android/animation/
H A DFutureWaiter.java45 public boolean setException(Throwable throwable) { in setException()
/aosp12/frameworks/base/apex/appsearch/framework/java/android/app/appsearch/
H A DBatchResultCallback.java55 default void onSystemError(@Nullable Throwable throwable) { in onSystemError()
/aosp12/packages/apps/Dialer/java/com/android/voicemail/impl/mail/
H A DCertificateValidationException.java26 public CertificateValidationException(String message, Throwable throwable) { in CertificateValidationException()
H A DMessagingException.java77 public MessagingException(String message, Throwable throwable) { in MessagingException()
81 public MessagingException(int exceptionType, String message, Throwable throwable) { in MessagingException()
H A DAuthenticationFailedException.java30 public AuthenticationFailedException(String message, Throwable throwable) { in AuthenticationFailedException()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/euicc/
H A DEuiccCardException.java30 public EuiccCardException(String message, Throwable throwable) { in EuiccCardException()
/aosp12/packages/apps/Camera2/src/com/android/camera/device/
H A DSingleDeviceOpenListener.java32 public void onDeviceOpenException(Throwable throwable); in onDeviceOpenException()
H A DSingleDeviceStateMachine.java200 public void onDeviceOpenException(Throwable throwable) { in onDeviceOpenException()
249 public void onDeviceClosingException(Throwable throwable) { in onDeviceClosingException()
/aosp12/packages/apps/EmergencyInfo/src/com/android/emergency/overlay/
H A DFeatureFactory.java65 public FactoryNotFoundException(Throwable throwable) { in FactoryNotFoundException()
/aosp12/frameworks/base/telephony/java/com/android/internal/telephony/uicc/asn1/
H A DInvalidAsn1DataException.java31 public InvalidAsn1DataException(int tag, String message, Throwable throwable) { in InvalidAsn1DataException()
/aosp12/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/plugins/
H A DPluginManagerImpl.java276 public void uncaughtException(Thread thread, Throwable throwable) { in uncaughtException()
306 private boolean checkStack(Throwable throwable) { in checkStack()
321 public CrashWhilePluginActiveException(Throwable throwable) { in CrashWhilePluginActiveException()
/aosp12/packages/apps/StorageManager/src/com/android/storagemanager/overlay/
H A DFeatureFactory.java73 public FactoryNotFoundException(Throwable throwable) { in FactoryNotFoundException()

1234