Searched refs:binderWithCleanCallingIdentity (Results 1 – 2 of 2) sorted by relevance
1677 return mInjector.binderWithCleanCallingIdentity(() -> { in listAllOwners()1941 void binderWithCleanCallingIdentity(@NonNull ThrowingRunnable action) { in binderWithCleanCallingIdentity() method in Injector1945 final <T> T binderWithCleanCallingIdentity(@NonNull ThrowingSupplier<T> action) { in binderWithCleanCallingIdentity() method in Injector2355 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 …]
257 void binderWithCleanCallingIdentity(@NonNull ThrowingRunnable action) { in binderWithCleanCallingIdentity() method in DevicePolicyManagerServiceTestable.MockInjector