Home
last modified time | relevance | path

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

123

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/stats/
DRunAdBiddingPerCAExecutionLoggerTest.java454 Throwable throwable = in testRunAdBiddingPerCAExecutionLogger_repeatedStartRunAdBiddingPerCA() local
470 Throwable throwable = in testRunAdBiddingPerCAExecutionLogger_missingStartRunAdBiddingPerCA() local
489 Throwable throwable = in testRunAdBiddingPerCAExecutionLogger_repeatedStartGetBuyerDecisionLogic() local
504 Throwable throwable = in testRunAdBiddingPerCAExecutionLogger_missingStartGetBuyerDecisionLogic() local
527 Throwable throwable = in testRunAdBiddingPerCAExecutionLogger_repeatedEndGetBuyerDecisionLogic() local
549 Throwable throwable = in testRunAdBiddingPerCAExecutionLogger_missingEndGetBuyerDecisionLogic() local
573 Throwable throwable = in testRunAdBiddingPerCAExecutionLogger_repeatedStartRunBidding() local
596 Throwable throwable = in testRunAdBiddingPerCAExecutionLogger_missingStartRunBidding() local
625 Throwable throwable = in testRunAdBiddingPerCAExecutionLogger_repeatedStartGetTrustedBiddingSignals() local
651 Throwable throwable = in testRunAdBiddingPerCAExecutionLogger_missingStartGetTrustedBiddingSignals() local
[all …]
DAdSelectionExecutionLoggerTest.java711 Throwable throwable = in testAdSelectionExecutionLogger_redundantStartOfGetBuyersCustomAudience() local
730 Throwable throwable = in testAdSelectionExecutionLogger_redundantEndOfGetBuyersCustomAudience() local
745 Throwable throwable = in testAdSelectionExecutionLogger_missingStartBiddingStage() local
762 Throwable throwable = in testAdSelectionExecutionLogger_missingGetBuyersCustomAudience() local
784 Throwable throwable = in testAdSelectionExecutionLogger_redundantStartRunAdBidding() local
798 Throwable throwable = in testAdSelectionExecutionLogger_missingStartOfBiddingWithEndBiddingStage() local
816 Throwable throwable = in testAdSelectionExecutionLogger_missingEndOfGetBuyersCAsWithEndRunAdBidding() local
838 Throwable throwable = in testAdSelectionExecutionLogger_missingStartOfRunAdBiddingWithEndRunAdBidding() local
864 Throwable throwable = in testAdSelectionExecutionLogger_redundantEndRunAdBidding() local
1028 Throwable throwable = in testAdSelectionExecutionLogger_redundantStartRunAdScoring() local
[all …]
/packages/modules/Connectivity/nearby/tests/robotests/src/com/android/libraries/testing/deviceshadower/internal/utils/
DLogger.java60 public void e(String msg, Throwable throwable) { in e()
74 public void d(String msg, Throwable throwable) { in d()
88 public void i(String msg, Throwable throwable) { in i()
102 public void v(String msg, Throwable throwable) { in v()
116 public void w(Throwable throwable) { in w()
123 public void w(String msg, Throwable throwable) { in w()
137 public void wtf(String msg, Throwable throwable) { in wtf()
/packages/apps/Car/Settings/src/com/android/car/settings/common/
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()
/packages/modules/GeoTZ/s2storage/src/readonly/java/com/android/timezone/location/storage/util/
DVisitor.java37 public VisitException(String s, Throwable throwable) { in VisitException()
41 public VisitException(Throwable throwable) { in VisitException()
/packages/apps/ThemePicker/src/com/android/customization/model/
DCustomizationManager.java43 void onError(@Nullable Throwable throwable); in onError()
58 default void onError(@Nullable Throwable throwable) { in onError()
/packages/services/Car/car-lib/src/com/android/car/internal/util/
DExceptionUtils.java46 public static String getCompleteMessage(String msg, Throwable throwable) { in getCompleteMessage()
92 public static @NonNull Throwable getRootCause(@NonNull Throwable throwable) { in getRootCause()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/util/
DThrowableAnalyzer.java27 public static boolean isOOM(Throwable throwable) { in isOOM()
/packages/apps/Dialer/java/com/android/dialer/common/concurrent/
DDefaultFutureCallback.java37 public void onFailure(Throwable throwable) { in onFailure()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/network/
DAuthException.java28 public AuthException(Throwable throwable) { in AuthException()
/packages/modules/AppSearch/framework/java/android/app/appsearch/
DBatchResultCallback.java55 default void onSystemError(@Nullable Throwable throwable) { in onSystemError()
/packages/modules/Connectivity/nearby/service/java/com/android/server/nearby/common/bluetooth/
DBluetoothTimeoutException.java30 public BluetoothTimeoutException(String message, Throwable throwable) { in BluetoothTimeoutException()
DBluetoothException.java29 public BluetoothException(String message, Throwable throwable) { in BluetoothException()
/packages/apps/Dialer/java/com/android/voicemail/impl/mail/
DMessagingException.java77 public MessagingException(String message, Throwable throwable) { in MessagingException()
81 public MessagingException(int exceptionType, String message, Throwable throwable) { in MessagingException()
DCertificateValidationException.java26 public CertificateValidationException(String message, Throwable throwable) { in CertificateValidationException()
DAuthenticationFailedException.java30 public AuthenticationFailedException(String message, Throwable throwable) { in AuthenticationFailedException()
/packages/apps/Camera2/src/com/android/camera/device/
DSingleDeviceOpenListener.java32 public void onDeviceOpenException(Throwable throwable); in onDeviceOpenException()
DSingleDeviceStateMachine.java200 public void onDeviceOpenException(Throwable throwable) { in onDeviceOpenException()
249 public void onDeviceClosingException(Throwable throwable) { in onDeviceClosingException()
DSingleDeviceRequest.java73 public void closeWithException(Throwable throwable) { in closeWithException()
/packages/apps/EmergencyInfo/src/com/android/emergency/overlay/
DFeatureFactory.java65 public FactoryNotFoundException(Throwable throwable) { in FactoryNotFoundException()
/packages/apps/ThemePicker/src/com/android/customization/model/grid/shared/model/
DGridOptionItemsModel.kt25 val throwable: Throwable?, constant in com.android.customization.model.grid.shared.model.GridOptionItemsModel.Error
/packages/apps/Dialer/java/com/android/dialer/blockreportspam/
DShowBlockReportSpamDialogReceiver.java238 public void onFailure(Throwable throwable) { in blockNumber()
264 public void onFailure(Throwable throwable) { in unblockNumber()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/model/
DSetWallpaperViewModel.java56 public void onError(@Nullable Throwable throwable) { in getCallback()
/packages/apps/StorageManager/src/com/android/storagemanager/overlay/
DFeatureFactory.java73 public FactoryNotFoundException(Throwable throwable) { in FactoryNotFoundException()
/packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/overlay/
DFeatureFactory.java74 public FactoryNotFoundException(Throwable throwable) { in FactoryNotFoundException()

123