Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/service/src/com/android/car/hal/
H A DUserHalService.java315 if (hasPendingRequestLocked(InitialUserInfoResponse.class, callback)) return; in getInitialUserInfo()
388 if (hasPendingRequestLocked(SwitchUserResponse.class, callback)) return; in switchUser()
457 if (hasPendingRequestLocked(CreateUserResponse.class, callback)) return; in createUser()
654 if (hasPendingRequestLocked(UserIdentificationResponse.class, callback)) return; in setUserAssociation()
806 private boolean hasPendingRequestLocked(@NonNull Class<?> responseClass, in hasPendingRequestLocked() method in UserHalService