/frameworks/base/core/java/com/android/internal/util/ |
D | FunctionalUtils.java | 21 import android.util.ExceptionUtils; 108 throw ExceptionUtils.propagate(ex); 129 throw ExceptionUtils.propagate(ex); 149 throw ExceptionUtils.propagate(ex); 194 throw ExceptionUtils.propagate(ex); 220 throw ExceptionUtils.propagate(ex); 245 throw ExceptionUtils.propagate(ex);
|
D | CollectionUtils.java | 25 import android.util.ExceptionUtils; 295 throw ExceptionUtils.propagate(e); in find() 426 throw ExceptionUtils.propagate(e); in forEach()
|
/frameworks/base/services/tests/servicestests/utils/com/android/server/testutils/ |
D | TestHandler.java | 19 import static android.util.ExceptionUtils.appendCause; 20 import static android.util.ExceptionUtils.propagate;
|
/frameworks/base/core/java/android/service/dataloader/ |
D | DataLoaderService.java | 34 import android.util.ExceptionUtils; 191 ExceptionUtils.maybeUnwrapIOException(e); in writeData()
|
/frameworks/base/apex/blobstore/service/java/com/android/server/blob/ |
D | BlobStoreSession.java | 56 import android.util.ExceptionUtils; 238 throw ExceptionUtils.wrap(e); in openWrite() 281 throw ExceptionUtils.wrap(e); in openRead() 301 throw ExceptionUtils.wrap(e); in openRead()
|
D | BlobStoreManagerService.java | 86 import android.util.ExceptionUtils; 1485 throw ExceptionUtils.wrap(e); in openBlob()
|
/frameworks/base/tests/net/java/com/android/server/ |
D | NetIdManagerTest.kt | 22 import com.android.testutils.ExceptionUtils.ThrowingRunnable
|
D | ConnectivityServiceTest.java | 85 import static com.android.testutils.ExceptionUtils.ignoreExceptions; 246 import com.android.testutils.ExceptionUtils; 4202 private void runTestWithSerialExecutors(ExceptionUtils.ThrowingConsumer<Executor> functor) in runTestWithSerialExecutors()
|
/frameworks/base/core/java/android/content/pm/ |
D | PackageInstaller.java | 56 import android.util.ExceptionUtils; 442 ExceptionUtils.maybeUnwrapIOException(e); in createSession() 466 ExceptionUtils.maybeUnwrapIOException(e); in openSession() 1030 ExceptionUtils.maybeUnwrapIOException(e); in openWrite() 1043 ExceptionUtils.maybeUnwrapIOException(e); in write() 1088 ExceptionUtils.maybeUnwrapIOException(e); in getNames() 1111 ExceptionUtils.maybeUnwrapIOException(e); in openRead() 1132 ExceptionUtils.maybeUnwrapIOException(e); in removeSplit()
|
/frameworks/base/core/java/android/util/ |
D | ExceptionUtils.java | 32 public class ExceptionUtils { class
|
D | AtomicFile.java | 301 throw ExceptionUtils.propagate(t); in write()
|
/frameworks/base/core/java/android/os/ |
D | Binder.java | 24 import android.util.ExceptionUtils; 387 throw ExceptionUtils.propagate(throwableToPropagate); in withCleanCallingIdentity() 412 throw ExceptionUtils.propagate(throwableToPropagate); in withCleanCallingIdentity()
|
D | Parcel.java | 27 import android.util.ExceptionUtils; 2345 ExceptionUtils.appendCause(e, cause); in readException()
|
/frameworks/base/services/core/java/com/android/server/ |
D | RescueParty.java | 41 import android.util.ExceptionUtils; 293 final String msg = ExceptionUtils.getCompleteMessage(t); in logRescueException()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/ |
D | DpmMockContext.java | 37 import android.util.ExceptionUtils; 125 throw ExceptionUtils.propagate(throwableToPropagate); in withCleanCallingIdentity()
|
/frameworks/base/services/companion/java/com/android/server/companion/ |
D | CompanionDeviceManagerService.java | 69 import android.util.ExceptionUtils; 281 throw ExceptionUtils.propagate(e, RemoteException.class); in onTransact() 612 throw ExceptionUtils.propagate(e);
|
/frameworks/base/core/java/com/android/internal/infra/ |
D | AndroidFuture.java | 29 import android.util.ExceptionUtils; 263 throw ExceptionUtils.appendCause(t, err); in callListener()
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | PackageInstallerSession.java | 122 import android.util.ExceptionUtils; 881 throw ExceptionUtils.wrap(e); in removeSplit() 935 throw ExceptionUtils.wrap(e); in openWrite() 946 throw ExceptionUtils.wrap(e); in write() 1075 throw ExceptionUtils.wrap(e); in openRead() 1251 throw ExceptionUtils.wrap(e); in writeData() 1591 onSessionVerificationFailure(e.error, ExceptionUtils.getCompleteMessage(e)); in onSessionVerificationFailure() 1735 final String completeMsg = ExceptionUtils.getCompleteMessage(e); in handleInstall()
|
D | PackageInstallerService.java | 69 import android.util.ExceptionUtils; 500 throw ExceptionUtils.wrap(e); in createSession() 799 throw ExceptionUtils.wrap(e); in openSession()
|
D | PackageManagerService.java | 302 import android.util.ExceptionUtils; 16059 setReturnMessage(ExceptionUtils.getCompleteMessage(msg, e)); in setError() 16065 setReturnMessage(ExceptionUtils.getCompleteMessage(msg, e)); in setError() 17218 ExceptionUtils.getCompleteMessage(message, e)); in PrepareFailure()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/euicc/ |
D | EuiccCardTest.java | 44 import android.util.ExceptionUtils; 145 fail("Unexpected exception: " + ExceptionUtils.getCompleteMessage(e) + "\n-----\n" in assertUnexpectedException()
|
/frameworks/base/config/ |
D | preloaded-classes | 6501 android.util.ExceptionUtils
|
D | hiddenapi-greylist-max-o.txt | 71712 Landroid/util/ExceptionUtils;-><init>()V 71713 Landroid/util/ExceptionUtils;->appendCause(Ljava/lang/Throwable;Ljava/lang/Throwable;)Ljava/lang/Th… 71714 Landroid/util/ExceptionUtils;->getCompleteMessage(Ljava/lang/String;Ljava/lang/Throwable;)Ljava/lan… 71715 Landroid/util/ExceptionUtils;->getCompleteMessage(Ljava/lang/Throwable;)Ljava/lang/String; 71716 Landroid/util/ExceptionUtils;->getRootCause(Ljava/lang/Throwable;)Ljava/lang/Throwable; 71717 Landroid/util/ExceptionUtils;->maybeUnwrapIOException(Ljava/lang/RuntimeException;)V 71718 Landroid/util/ExceptionUtils;->propagate(Ljava/lang/Throwable;)Ljava/lang/RuntimeException; 71719 Landroid/util/ExceptionUtils;->propagate(Ljava/lang/Throwable;Ljava/lang/Class;)Ljava/lang/RuntimeE… 71720 Landroid/util/ExceptionUtils;->propagateIfInstanceOf(Ljava/lang/Throwable;Ljava/lang/Class;)V 71721 Landroid/util/ExceptionUtils;->wrap(Ljava/io/IOException;)Ljava/lang/RuntimeException;
|
D | boot-image-profile.txt | 20262 HSPLandroid/util/ExceptionUtils;->appendCause(Ljava/lang/Throwable;Ljava/lang/Throwable;)Ljava/lang… 20263 HSPLandroid/util/ExceptionUtils;->getRootCause(Ljava/lang/Throwable;)Ljava/lang/Throwable; 46806 Landroid/util/ExceptionUtils;
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 57625 public final deprecated class ExceptionUtils {
|