Searched refs:hasPendingRequestLocked (Results 1 – 1 of 1) sorted by relevance
329 if (hasPendingRequestLocked(InitialUserInfoResponse.class, callback)) return; in getInitialUserInfo()399 if (hasPendingRequestLocked(SwitchUserResponse.class, callback)) return; in switchUser()468 if (hasPendingRequestLocked(CreateUserResponse.class, callback)) return; in createUser()671 if (hasPendingRequestLocked(UserIdentificationResponse.class, callback)) return; in setUserAssociation()836 private boolean hasPendingRequestLocked(Class<?> responseClass, HalCallback<?> callback) { in hasPendingRequestLocked() method in UserHalService