Home
last modified time | relevance | path

Searched defs:binderWithCleanCallingIdentity (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DDevicePolicyManagerServiceTestable.java260 void binderWithCleanCallingIdentity(@NonNull ThrowingRunnable action) { in binderWithCleanCallingIdentity() method in DevicePolicyManagerServiceTestable.MockInjector
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java2052 void binderWithCleanCallingIdentity(@NonNull ThrowingRunnable action) { in binderWithCleanCallingIdentity() method in DevicePolicyManagerService.Injector
2056 final <T> T binderWithCleanCallingIdentity(@NonNull ThrowingSupplier<T> action) { in binderWithCleanCallingIdentity() method in DevicePolicyManagerService.Injector