Searched refs:hasPendingRequestLocked (Results 1 – 1 of 1) sorted by relevance
315 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