Home
last modified time | relevance | path

Searched defs:withCleanCallingIdentity (Results 1 – 5 of 5) sorted by relevance

/frameworks/libs/net/common/framework/com/android/net/module/util/
DBinderUtils.java39 public static final <T extends Exception> void withCleanCallingIdentity( in withCleanCallingIdentity() method in BinderUtils
/frameworks/base/services/tests/PackageManagerServiceTests/server/src/com/android/server/
DCrossProfileAppsServiceImplTest.java713 public void withCleanCallingIdentity(ThrowingRunnable action) { in withCleanCallingIdentity() method in CrossProfileAppsServiceImplTest.TestInjector
718 public <T> T withCleanCallingIdentity(ThrowingSupplier<T> action) { in withCleanCallingIdentity() method in CrossProfileAppsServiceImplTest.TestInjector
/frameworks/base/services/robotests/src/com/android/server/pm/
DCrossProfileAppsServiceImplRoboTest.java723 public void withCleanCallingIdentity(ThrowingRunnable action) { in withCleanCallingIdentity() method in CrossProfileAppsServiceImplRoboTest.TestInjector
728 public <T> T withCleanCallingIdentity(ThrowingSupplier<T> action) { in withCleanCallingIdentity() method in CrossProfileAppsServiceImplRoboTest.TestInjector
/frameworks/base/core/java/android/os/
DBinder.java421 public static final void withCleanCallingIdentity(@NonNull ThrowingRunnable action) { in withCleanCallingIdentity() method in Binder
445 public static final <T> T withCleanCallingIdentity(@NonNull ThrowingSupplier<T> action) { in withCleanCallingIdentity() method in Binder
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DDpmMockContext.java118 public void withCleanCallingIdentity(@NonNull FunctionalUtils.ThrowingRunnable action) { in withCleanCallingIdentity() method in DpmMockContext.MockBinder