Searched refs:handleGetPendingCallback (Results 1 – 1 of 1) sorted by relevance
652 HalCallback<UserIdentificationResponse> callback = handleGetPendingCallback(requestId, in handleOnUserIdentificationAssociation()821 HalCallback<InitialUserInfoResponse> callback = handleGetPendingCallback(requestId, in handleOnInitialUserInfoResponse()901 handleGetPendingCallback(requestId, SwitchUserResponse.class); in handleOnSwitchUserResponse()936 handleGetPendingCallback(requestId, SwitchUserResponse.class); in handleOnSwitchUserVehicleResponse()972 handleGetPendingCallback(requestId, CreateUserResponse.class); in handleOnCreateUserResponse()1060 private <T> HalCallback<T> handleGetPendingCallback(int requestId, Class<T> clazz) { in handleGetPendingCallback() method in UserHalService