HomeSort by relevance Sort by last modified time
    Searched refs:withCleanCallingIdentity (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/os/
Binder.java 264 public static final void withCleanCallingIdentity(ThrowingRunnable action) {
288 public static final <T> T withCleanCallingIdentity(ThrowingSupplier<T> action) {
  /frameworks/base/services/companion/java/com/android/server/companion/
CompanionDeviceManagerService.java 441 Binder.withCleanCallingIdentity(() -> {
475 return Binder.withCleanCallingIdentity(() -> {

Completed in 481 milliseconds