/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/common/ |
H A D | Logger.java | 73 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 D | InflateException.java | 28 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 D | UiObjectNotFoundException.java | 41 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 D | Visitor.java | 37 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 D | ThrowableHolder.java | 33 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 D | CustomizationManager.java | 43 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 D | SetWallpaperViewModel.java | 56 public void onError(@Nullable Throwable throwable) { in getCallback()
|
/aosp12/frameworks/layoutlib/remote/common/src/com/android/layout/remote/api/ |
H A D | RemoteLayoutLog.java | 51 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 D | RemoteLayoutLogAdapter.java | 42 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 D | ThrowableAnalyzer.java | 27 public static boolean isOOM(Throwable throwable) { in isOOM()
|
/aosp12/frameworks/layoutlib/remote/client/src/com/android/layoutlib/bridge/remote/client/adapters/ |
H A D | RemoteLayoutLogAdapter.java | 45 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 D | DefaultFutureCallback.java | 37 public void onFailure(Throwable throwable) { in onFailure()
|
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/network/ |
H A D | AuthException.java | 28 public AuthException(Throwable throwable) { in AuthException()
|
/aosp12/frameworks/base/core/tests/coretests/src/android/animation/ |
H A D | FutureWaiter.java | 45 public boolean setException(Throwable throwable) { in setException()
|
/aosp12/frameworks/base/apex/appsearch/framework/java/android/app/appsearch/ |
H A D | BatchResultCallback.java | 55 default void onSystemError(@Nullable Throwable throwable) { in onSystemError()
|
/aosp12/packages/apps/Dialer/java/com/android/voicemail/impl/mail/ |
H A D | CertificateValidationException.java | 26 public CertificateValidationException(String message, Throwable throwable) { in CertificateValidationException()
|
H A D | MessagingException.java | 77 public MessagingException(String message, Throwable throwable) { in MessagingException() 81 public MessagingException(int exceptionType, String message, Throwable throwable) { in MessagingException()
|
H A D | AuthenticationFailedException.java | 30 public AuthenticationFailedException(String message, Throwable throwable) { in AuthenticationFailedException()
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/euicc/ |
H A D | EuiccCardException.java | 30 public EuiccCardException(String message, Throwable throwable) { in EuiccCardException()
|
/aosp12/packages/apps/Camera2/src/com/android/camera/device/ |
H A D | SingleDeviceOpenListener.java | 32 public void onDeviceOpenException(Throwable throwable); in onDeviceOpenException()
|
H A D | SingleDeviceStateMachine.java | 200 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 D | FeatureFactory.java | 65 public FactoryNotFoundException(Throwable throwable) { in FactoryNotFoundException()
|
/aosp12/frameworks/base/telephony/java/com/android/internal/telephony/uicc/asn1/ |
H A D | InvalidAsn1DataException.java | 31 public InvalidAsn1DataException(int tag, String message, Throwable throwable) { in InvalidAsn1DataException()
|
/aosp12/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/plugins/ |
H A D | PluginManagerImpl.java | 276 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 D | FeatureFactory.java | 73 public FactoryNotFoundException(Throwable throwable) { in FactoryNotFoundException()
|