Searched defs:withCleanCallingIdentity (Results 1 – 4 of 4) sorted by relevance
658 public void withCleanCallingIdentity(ThrowingRunnable action) { in withCleanCallingIdentity() method in CrossProfileAppsServiceImplTest.TestInjector663 public <T> T withCleanCallingIdentity(ThrowingSupplier<T> action) { in withCleanCallingIdentity() method in CrossProfileAppsServiceImplTest.TestInjector
722 public void withCleanCallingIdentity(ThrowingRunnable action) { in withCleanCallingIdentity() method in CrossProfileAppsServiceImplRoboTest.TestInjector727 public <T> T withCleanCallingIdentity(ThrowingSupplier<T> action) { in withCleanCallingIdentity() method in CrossProfileAppsServiceImplRoboTest.TestInjector
386 public static final void withCleanCallingIdentity(@NonNull ThrowingRunnable action) { in withCleanCallingIdentity() method in Binder410 public static final <T> T withCleanCallingIdentity(@NonNull ThrowingSupplier<T> action) { in withCleanCallingIdentity() method in Binder
117 public void withCleanCallingIdentity(@NonNull FunctionalUtils.ThrowingRunnable action) { in withCleanCallingIdentity() method in DpmMockContext.MockBinder