Home
last modified time | relevance | path

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

/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java1677 return mInjector.binderWithCleanCallingIdentity(() -> { in listAllOwners()
1941 void binderWithCleanCallingIdentity(@NonNull ThrowingRunnable action) { in binderWithCleanCallingIdentity() method in Injector
1945 final <T> T binderWithCleanCallingIdentity(@NonNull ThrowingSupplier<T> action) { in binderWithCleanCallingIdentity() method in Injector
2355 return mInjector.binderWithCleanCallingIdentity(() -> getUserData(userHandle)); in getUserDataUnchecked()
2856 mInjector.binderWithCleanCallingIdentity(() -> { in setExpirationAlarmCheckLocked()
3244 final ActivityInfo ai = mInjector.binderWithCleanCallingIdentity(() -> {
3322 mInjector.binderWithCleanCallingIdentity(() ->
4097 mInjector.binderWithCleanCallingIdentity(() -> {
4352 mInjector.binderWithCleanCallingIdentity(() -> {
4495 mInjector.binderWithCleanCallingIdentity(() ->
[all …]
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DDevicePolicyManagerServiceTestable.java257 void binderWithCleanCallingIdentity(@NonNull ThrowingRunnable action) { in binderWithCleanCallingIdentity() method in DevicePolicyManagerServiceTestable.MockInjector