Home
last modified time | relevance | path

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

/frameworks/base/packages/NeuralNetworks/framework/platform/java/android/app/ondeviceintelligence/utils/
DBinderUtils.java41 public static final <T extends Exception> void withCleanCallingIdentity( in withCleanCallingIdentity() method in BinderUtils
75 public static final <T, E extends Exception> T withCleanCallingIdentity( in withCleanCallingIdentity() method in BinderUtils
/frameworks/base/packages/NeuralNetworks/framework/module/java/android/app/ondeviceintelligence/utils/
DBinderUtils.java41 public static final <T extends Exception> void withCleanCallingIdentity( in withCleanCallingIdentity() method in BinderUtils
75 public static final <T, E extends Exception> T withCleanCallingIdentity( in withCleanCallingIdentity() method in BinderUtils
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DCrossProfileAppsServiceImplTest.java718 public void withCleanCallingIdentity(ThrowingRunnable action) { in withCleanCallingIdentity() method in CrossProfileAppsServiceImplTest.TestInjector
723 public <T> T withCleanCallingIdentity(ThrowingSupplier<T> action) { in withCleanCallingIdentity() method in CrossProfileAppsServiceImplTest.TestInjector
/frameworks/base/services/tests/PackageManagerServiceTests/server/src/com/android/server/pm/
DCrossProfileAppsServiceImplTest.java718 public void withCleanCallingIdentity(ThrowingRunnable action) { in withCleanCallingIdentity() method in CrossProfileAppsServiceImplTest.TestInjector
723 public <T> T withCleanCallingIdentity(ThrowingSupplier<T> action) { in withCleanCallingIdentity() method in CrossProfileAppsServiceImplTest.TestInjector
/frameworks/base/services/robotests/src/com/android/server/pm/
DCrossProfileAppsServiceImplRoboTest.java735 public void withCleanCallingIdentity(ThrowingRunnable action) { in withCleanCallingIdentity() method in CrossProfileAppsServiceImplRoboTest.TestInjector
740 public <T> T withCleanCallingIdentity(ThrowingSupplier<T> action) { in withCleanCallingIdentity() method in CrossProfileAppsServiceImplRoboTest.TestInjector
/frameworks/base/core/java/android/os/
DBinder.java471 public static final void withCleanCallingIdentity(@NonNull ThrowingRunnable action) { in withCleanCallingIdentity() method in Binder
495 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
/frameworks/base/services/core/java/com/android/server/wallpaper/
DWallpaperManagerService.java2216 withCleanCallingIdentity(() -> { in clearWallpaperLocked() method