Searched refs:hasPendingRequestLocked (Results 1 – 1 of 1) sorted by relevance
313 if (hasPendingRequestLocked(InitialUserInfoResponse.class, callback)) return; in getInitialUserInfo()386 if (hasPendingRequestLocked(SwitchUserResponse.class, callback)) return; in switchUser()455 if (hasPendingRequestLocked(CreateUserResponse.class, callback)) return; in createUser()652 if (hasPendingRequestLocked(UserIdentificationResponse.class, callback)) return; in setUserAssociation()804 private boolean hasPendingRequestLocked(@NonNull Class<?> responseClass, in hasPendingRequestLocked() method in UserHalService