Searched defs:withCleanCallingIdentity (Results 1 – 5 of 5) sorted by relevance
39 public static final <T extends Exception> void withCleanCallingIdentity( in withCleanCallingIdentity() method in BinderUtils
713 public void withCleanCallingIdentity(ThrowingRunnable action) { in withCleanCallingIdentity() method in CrossProfileAppsServiceImplTest.TestInjector718 public <T> T withCleanCallingIdentity(ThrowingSupplier<T> action) { in withCleanCallingIdentity() method in CrossProfileAppsServiceImplTest.TestInjector
723 public void withCleanCallingIdentity(ThrowingRunnable action) { in withCleanCallingIdentity() method in CrossProfileAppsServiceImplRoboTest.TestInjector728 public <T> T withCleanCallingIdentity(ThrowingSupplier<T> action) { in withCleanCallingIdentity() method in CrossProfileAppsServiceImplRoboTest.TestInjector
421 public static final void withCleanCallingIdentity(@NonNull ThrowingRunnable action) { in withCleanCallingIdentity() method in Binder445 public static final <T> T withCleanCallingIdentity(@NonNull ThrowingSupplier<T> action) { in withCleanCallingIdentity() method in Binder
118 public void withCleanCallingIdentity(@NonNull FunctionalUtils.ThrowingRunnable action) { in withCleanCallingIdentity() method in DpmMockContext.MockBinder