Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DCrossProfileAppsServiceImplTest.java658 public void withCleanCallingIdentity(ThrowingRunnable action) { in withCleanCallingIdentity() method in CrossProfileAppsServiceImplTest.TestInjector
663 public <T> T withCleanCallingIdentity(ThrowingSupplier<T> action) { in withCleanCallingIdentity() method in CrossProfileAppsServiceImplTest.TestInjector
/frameworks/base/services/robotests/src/com/android/server/pm/
DCrossProfileAppsServiceImplRoboTest.java722 public void withCleanCallingIdentity(ThrowingRunnable action) { in withCleanCallingIdentity() method in CrossProfileAppsServiceImplRoboTest.TestInjector
727 public <T> T withCleanCallingIdentity(ThrowingSupplier<T> action) { in withCleanCallingIdentity() method in CrossProfileAppsServiceImplRoboTest.TestInjector
/frameworks/base/core/java/android/os/
DBinder.java386 public static final void withCleanCallingIdentity(@NonNull ThrowingRunnable action) { in withCleanCallingIdentity() method in Binder
410 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.java117 public void withCleanCallingIdentity(@NonNull FunctionalUtils.ThrowingRunnable action) { in withCleanCallingIdentity() method in DpmMockContext.MockBinder