Searched defs:withCleanCallingIdentity (Results 1 – 6 of 6) sorted by relevance
41 public static final <T extends Exception> void withCleanCallingIdentity( in withCleanCallingIdentity() method in BinderUtils75 public static final <T, E extends Exception> T 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
735 public void withCleanCallingIdentity(ThrowingRunnable action) { in withCleanCallingIdentity() method in CrossProfileAppsServiceImplRoboTest.TestInjector740 public <T> T withCleanCallingIdentity(ThrowingSupplier<T> action) { in withCleanCallingIdentity() method in CrossProfileAppsServiceImplRoboTest.TestInjector
432 public static final void withCleanCallingIdentity(@NonNull ThrowingRunnable action) { in withCleanCallingIdentity() method in Binder456 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